Skip to content

Commit

Permalink
[Flake8] Fixed small details
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Aug 31, 2022
1 parent ec5f42e commit 13d9c20
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion tests/test_pcb_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import os
import sys
import logging
# Look for the 'utils' module from where the script is running
script_dir = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, os.path.dirname(script_dir))
Expand Down
3 changes: 0 additions & 3 deletions tests/test_sch_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import os
import sys
import logging
# Look for the 'utils' module from where the script is running
script_dir = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, os.path.dirname(script_dir))
Expand All @@ -24,7 +23,6 @@
def test_sch_simple_1(test_dir):
ctx = context.TestContextSCH(test_dir, 1)
ctx.run()
#ctx.compare_out_file()
ctx.compare_out_pngs()
ctx.clean_up()

Expand All @@ -33,7 +31,6 @@ def test_sch_multi_1(test_dir):
ctx = context.TestContextSCH(test_dir, 2)
ctx.run(['--all_pages'])
ctx.compare_out_file()
#ctx.compare_out_pngs()
ctx.clean_up()


Expand Down
2 changes: 0 additions & 2 deletions tests/utils/context.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os
import shutil
import tempfile
import logging
import subprocess
import re
Expand Down

0 comments on commit 13d9c20

Please sign in to comment.