Fixed flake8 warnings.
This commit is contained in:
parent
b89d1f481c
commit
a4c0df7fb5
|
|
@ -1,4 +1,3 @@
|
|||
import os
|
||||
import operator
|
||||
from datetime import datetime
|
||||
from pcbnew import (IU_PER_MM, IU_PER_MILS)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import os
|
||||
import re
|
||||
from subprocess import (check_output, STDOUT, CalledProcessError)
|
||||
from .error import KiPlotConfigurationError
|
||||
|
|
|
|||
|
|
@ -63,9 +63,8 @@ def do_3Rs(conf, dir, modern):
|
|||
|
||||
|
||||
def test_drill_3Rs():
|
||||
ctx = do_3Rs('drill', 'Drill_3Rs', True)
|
||||
do_3Rs('drill', 'Drill_3Rs', True)
|
||||
|
||||
|
||||
def test_drill_legacy_3Rs():
|
||||
ctx = do_3Rs('drill_legacy', 'DrillLegacy_3Rs', False)
|
||||
|
||||
do_3Rs('drill_legacy', 'DrillLegacy_3Rs', False)
|
||||
|
|
|
|||
Loading…
Reference in New Issue