Typing fixes, add some comments

This commit is contained in:
ChrisTerBeke 2019-08-05 19:58:41 +02:00
parent 0099e640c5
commit 28f00bea31
No known key found for this signature in database
GPG key ID: A49F1AB9D7E0C263
3 changed files with 6 additions and 1 deletions

View file

@ -7,6 +7,7 @@ from UM.Message import Message
I18N_CATALOG = i18nCatalog("cura")
## Message shown when uploading a print job to a cluster succeeded.
class PrintJobUploadSuccessMessage(Message):
def __init__(self) -> None: