Skip to content

Commit 4ca17c1

Browse files
committed
SConstruct: remove Ruff lint F821 notes as pyproject.toml will keep F821 in mind (scons functions)
1 parent f3fc4d5 commit 4ca17c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sconstruct

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ import os.path
1010
import zipfile
1111
import sys
1212

13-
# While names imported below are available by default in every SConscript
14-
# Linters aren't aware about them.
15-
# To avoid Ruff F821 warnings about them they are imported explicitly.
16-
# When using other Scons functions please add them to the line below.
17-
from SCons.Script import BoolVariable, Builder, Copy, Environment, Variables, EnsurePythonVersion # NOQA: E501, F401
18-
1913
# Add-on localization exchange facility and the template requires Python 3.10.
2014
# For best practice, use Python 3.11 or later to align with NVDA development.
2115
EnsurePythonVersion(3, 10)

0 commit comments

Comments
 (0)