Fixed flake8 warnings.

This commit is contained in:
Salvador E. Tropea 2020-07-22 18:16:18 -03:00
parent b89d1f481c
commit a4c0df7fb5
3 changed files with 9 additions and 12 deletions

View File

@ -1,4 +1,3 @@
import os
import operator
from datetime import datetime
from pcbnew import (IU_PER_MM, IU_PER_MILS)

View File

@ -1,4 +1,3 @@
import os
import re
from subprocess import (check_output, STDOUT, CalledProcessError)
from .error import KiPlotConfigurationError

View File

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