summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Gross <grossag@vmware.com>2019-07-18 20:44:46 (GMT)
committerAdam Gross <grossag@vmware.com>2019-07-18 20:44:46 (GMT)
commitba96ce7dffcff1fb4b07ab407a98d82a84b588bc (patch)
treeebffa28214fd6e1ac45a8c543fa907f9b7e2075e
parent137d881becfe690a0a039fc7a3b15a9ecb20b8b7 (diff)
downloadSCons-ba96ce7dffcff1fb4b07ab407a98d82a84b588bc.zip
SCons-ba96ce7dffcff1fb4b07ab407a98d82a84b588bc.tar.gz
SCons-ba96ce7dffcff1fb4b07ab407a98d82a84b588bc.tar.bz2
Fix flake8 issues raised by sider
-rw-r--r--test/MSVS/vs-scc-files.py2
-rw-r--r--test/MSVS/vs-scc-legacy-files.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/MSVS/vs-scc-files.py b/test/MSVS/vs-scc-files.py
index a02ba5c..85fa27c 100644
--- a/test/MSVS/vs-scc-files.py
+++ b/test/MSVS/vs-scc-files.py
@@ -29,8 +29,6 @@ Test that we can generate Visual Studio 10.0 project (.vcxproj) and
solution (.sln) files that contain SCC information and look correct.
"""
-import os
-
import TestSConsMSVS
for vc_version in TestSConsMSVS.get_tested_proj_file_vc_versions():
diff --git a/test/MSVS/vs-scc-legacy-files.py b/test/MSVS/vs-scc-legacy-files.py
index 813025a..8e2ca15 100644
--- a/test/MSVS/vs-scc-legacy-files.py
+++ b/test/MSVS/vs-scc-legacy-files.py
@@ -29,8 +29,6 @@ Test that we can generate Visual Studio 10.0 or later project (.vcxproj) and
solution (.sln) files that contain SCC information and look correct.
"""
-import os
-
import TestSConsMSVS
for vc_version in TestSConsMSVS.get_tested_proj_file_vc_versions():