mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:15:54 +08:00
Removing unused import and marking other as (probably) used imports
This commit is contained in:
parent
7be6340dd5
commit
95d9700c0e
7
setup.py
7
setup.py
@ -3,11 +3,10 @@
|
|||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
import py2exe
|
import py2exe
|
||||||
import UM
|
import UM #@UnusedImport
|
||||||
import UM.Qt
|
import UM.Qt #@UnusedImport
|
||||||
import cura
|
import cura #@UnusedImport
|
||||||
import os
|
import os
|
||||||
import re
|
|
||||||
import shutil
|
import shutil
|
||||||
import site
|
import site
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user