mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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
|
||||
import py2exe
|
||||
import UM
|
||||
import UM.Qt
|
||||
import cura
|
||||
import UM #@UnusedImport
|
||||
import UM.Qt #@UnusedImport
|
||||
import cura #@UnusedImport
|
||||
import os
|
||||
import re
|
||||
import shutil
|
||||
import site
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue