From 67d879ece11d4145f4c1cef172798b20bfc90e00 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 22 Oct 2020 13:22:03 -0300 Subject: [PATCH] Fixed flake8 details --- tests/test_plot/force_pcbnew_error.py | 3 +-- tests/test_plot/force_yaml_error.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/test_plot/force_pcbnew_error.py b/tests/test_plot/force_pcbnew_error.py index 6980dda7..999a7f9e 100755 --- a/tests/test_plot/force_pcbnew_error.py +++ b/tests/test_plot/force_pcbnew_error.py @@ -8,5 +8,4 @@ if prev_dir not in sys.path: # Force the pcbnew module load to fail sys.modules['pcbnew'] = None # Import the module to test -from kibot.kiplot import check_eeschema_do - +from kibot.kiplot import check_eeschema_do # noqa: F401 diff --git a/tests/test_plot/force_yaml_error.py b/tests/test_plot/force_yaml_error.py index 4cb3cb85..a6a88fd6 100755 --- a/tests/test_plot/force_yaml_error.py +++ b/tests/test_plot/force_yaml_error.py @@ -8,5 +8,4 @@ if prev_dir not in sys.path: # Force the pcbnew module load to fail sys.modules['yaml'] = None # Import the module to test -from kibot.config_reader import CfgYamlReader - +from kibot.config_reader import CfgYamlReader # noqa: F401