diff --git a/pype/tools/tray/pype_tray.py b/pype/tools/tray/pype_tray.py index 6c943b6423..eec8f61cc4 100644 --- a/pype/tools/tray/pype_tray.py +++ b/pype/tools/tray/pype_tray.py @@ -478,8 +478,7 @@ class DragAndDropHelper: class PypeTrayApplication(QtWidgets.QApplication): - """Qt application manages application's control flow. - """ + """Qt application manages application's control flow.""" def __init__(self): super(self.__class__, self).__init__(sys.argv) # Allows to close widgets without exiting app