summaryrefslogtreecommitdiffstats
path: root/SCons/Tool
diff options
context:
space:
mode:
authorJoseph Brill <48932340+jcbrill@users.noreply.github.com>2022-06-21 14:26:36 (GMT)
committerJoseph Brill <48932340+jcbrill@users.noreply.github.com>2022-06-21 14:26:36 (GMT)
commit016e7f7bdc6b901916da08a361b5cca8c24ee600 (patch)
tree3f124b4d6460ee7fc0352e516ed5073776a957a8 /SCons/Tool
parent377e8152bbd9cc4556318283c845dd66defe2d8c (diff)
downloadSCons-016e7f7bdc6b901916da08a361b5cca8c24ee600.zip
SCons-016e7f7bdc6b901916da08a361b5cca8c24ee600.tar.gz
SCons-016e7f7bdc6b901916da08a361b5cca8c24ee600.tar.bz2
Update flake8 F401 placement
Diffstat (limited to 'SCons/Tool')
-rw-r--r--SCons/Tool/MSCommon/vc.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/SCons/Tool/MSCommon/vc.py b/SCons/Tool/MSCommon/vc.py
index 7b6034e..f34e9e0 100644
--- a/SCons/Tool/MSCommon/vc.py
+++ b/SCons/Tool/MSCommon/vc.py
@@ -67,9 +67,9 @@ from .MSVC.Exceptions import (
)
from .MSVC.NotFound import (
- set_msvc_notfound_policy, # noqa: F401
- get_msvc_notfound_policy, # noqa: F401
-)
+ set_msvc_notfound_policy,
+ get_msvc_notfound_policy,
+) # noqa: F401
class UnsupportedVersion(VisualCException):
pass