1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-05 18:03:17 +03:00

[Minor] Flake8 Fix

This commit is contained in:
David Sangrey 2024-06-25 12:11:49 -04:00
parent 6643f838dc
commit b47c2bddde
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -1862,7 +1862,7 @@ class AppWindow:
) )
exit_thread.start() exit_thread.start()
def onexit(self, event=None, restart: bool=False) -> None: def onexit(self, event=None, restart: bool = False) -> None:
"""Application shutdown procedure.""" """Application shutdown procedure."""
if sys.platform == 'win32': if sys.platform == 'win32':
shutdown_thread = threading.Thread( shutdown_thread = threading.Thread(