mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Removing unused import and marking other as (probably) used imports
This commit is contained in:
parent
7be6340dd5
commit
95d9700c0e
1 changed files with 3 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue