From ba96ce7dffcff1fb4b07ab407a98d82a84b588bc Mon Sep 17 00:00:00 2001 From: Adam Gross Date: Thu, 18 Jul 2019 16:44:46 -0400 Subject: Fix flake8 issues raised by sider --- test/MSVS/vs-scc-files.py | 2 -- test/MSVS/vs-scc-legacy-files.py | 2 -- 2 files changed, 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(): -- cgit v0.12