From c468dd44e14fae67ac4b582f023e6ed470469b89 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 9 Jul 2020 18:50:29 -0300 Subject: [PATCH] Removed unused log import --- kiplot/out_hpgl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kiplot/out_hpgl.py b/kiplot/out_hpgl.py index 6fe884ac..46fc3bae 100644 --- a/kiplot/out_hpgl.py +++ b/kiplot/out_hpgl.py @@ -3,7 +3,6 @@ from kiplot.misc import AUTO_SCALE from kiplot.out_any_layer import AnyLayer from kiplot.drill_marks import DrillMarks from kiplot.macros import macros, document, output_class # noqa: F401 -from . import log class HPGLOptions(DrillMarks):