From 852eaba5f04057cb1f5041cc6beaed66fc9352f3 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 2 Jun 2020 17:30:30 +0200 Subject: [PATCH] format changes --- pype/tools/tray/pype_tray.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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