1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +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()
def onexit(self, event=None, restart: bool=False) -> None:
def onexit(self, event=None, restart: bool = False) -> None:
"""Application shutdown procedure."""
if sys.platform == 'win32':
shutdown_thread = threading.Thread(