Remove a bunch of unused imports

This commit is contained in:
Jaime van Kessel 2019-11-08 13:38:42 +01:00
parent c22281ad9c
commit 00078fd659
No known key found for this signature in database
GPG key ID: 3710727397403C91
16 changed files with 15 additions and 32 deletions

View file

@ -1,11 +1,10 @@
# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
import re
from typing import Dict
from PyQt5.QtCore import Qt, pyqtProperty
from UM.Qt.ListModel import ListModel
## Model that holds supported configurations (for material/quality packages).
class ConfigsModel(ListModel):
def __init__(self, parent = None):