Fixed flake8 details

This commit is contained in:
Salvador E. Tropea 2020-10-22 13:22:03 -03:00
parent a623d9168c
commit 67d879ece1
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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