Remove a number of unused imports

This commit is contained in:
Jaime van Kessel 2020-04-10 13:58:10 +02:00
parent fe27da5e8a
commit 2e9dca71ce
No known key found for this signature in database
GPG key ID: 3710727397403C91
18 changed files with 10 additions and 26 deletions

View file

@ -1,8 +1,7 @@
# Copyright (c) 2017 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from typing import Set
from PyQt5.QtCore import QObject, pyqtSignal, pyqtProperty, pyqtSlot
from PyQt5.QtCore import QObject, pyqtSignal, pyqtProperty
from UM.Application import Application