Removed unused constant

This commit is contained in:
Salvador E. Tropea 2021-12-29 15:18:07 -03:00
parent 3f822dd938
commit be4f0a095c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
import os
from glob import glob
from shutil import rmtree
from .misc import CMD_PCBNEW_3D, URL_PCBNEW_3D, RENDER_3D_ERR, KICAD_VERSION_6_0_0
from .misc import CMD_PCBNEW_3D, URL_PCBNEW_3D, RENDER_3D_ERR
from .gs import (GS)
from .kiplot import check_script, exec_with_retry, add_extra_options
from .out_base_3d import Base3DOptions, Base3D