Fixed flake8 details
This commit is contained in:
parent
a623d9168c
commit
67d879ece1
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue