From f9dbaf461959a106f068e56f9146414fc6707ec2 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 15 Jan 2021 13:32:06 -0300 Subject: [PATCH] Saved one line of code (merged 2) --- kibot/out_any_layer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kibot/out_any_layer.py b/kibot/out_any_layer.py index 5397790b..a6fa7d09 100644 --- a/kibot/out_any_layer.py +++ b/kibot/out_any_layer.py @@ -9,12 +9,11 @@ import os import re from pcbnew import GERBER_JOBFILE_WRITER, PLOT_CONTROLLER, IsCopperLayer, F_Cu, B_Cu, Edge_Cuts from .optionable import Optionable -from .out_base import BaseOutput +from .out_base import BaseOutput, VariantOptions from .error import PlotError, KiPlotConfigurationError from .layer import Layer from .gs import GS from .misc import KICAD_VERSION_5_99, W_NOLAYER -from .out_base import VariantOptions from .macros import macros, document # noqa: F401 from . import log