mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Removing wrong marking about @UnusedVariable
This commit is contained in:
parent
6a4e2019dc
commit
f93f0330ea
1 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@
|
|||
|
||||
from distutils.core import setup
|
||||
import py2exe
|
||||
import UM #@UnusedImport
|
||||
import UM
|
||||
import UM.Qt #@UnusedImport
|
||||
import cura #@UnusedImport
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue