Remove unused import and add documentation

This commit is contained in:
Ghostkeeper 2018-12-18 16:09:19 +01:00
parent 59f38c66a0
commit 1b11164340
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -1,10 +1,9 @@
# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from UM.Logger import Logger
from cura.Machines.Models.BaseMaterialsModel import BaseMaterialsModel
## Model that shows the list of favorite materials.
class FavoriteMaterialsModel(BaseMaterialsModel):
def __init__(self, parent = None):
super().__init__(parent)