Removed unused imports

This commit is contained in:
Salvador E. Tropea 2022-03-02 18:08:48 -03:00
parent 3cd3b794cb
commit 08eb048f8d
1 changed files with 0 additions and 2 deletions

View File

@ -3,10 +3,8 @@
# Copyright (c) 2022 Instituto Nacional de Tecnología Industrial
# License: GPL-3.0
# Project: KiBot (formerly KiPlot)
import os
from .error import KiPlotConfigurationError
from .gs import (GS)
from .optionable import Optionable
from .kiplot import load_sch
from .misc import W_NOANNO
from .macros import macros, pre_class # noqa: F401