1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

EDMarketConnector: Annotate save_raw() complexity noqa

This commit is contained in:
Athanasius 2020-10-12 17:20:05 +01:00
parent 4ac9e9010e
commit 6ae6efaee9

View File

@ -1178,7 +1178,7 @@ class AppWindow(object):
self.destroy()
self.__class__.showing = False
def save_raw(self) -> None: # noqa: CCR001
def save_raw(self) -> None: # noqa: CCR001 # Not easily broken up.
"""Save newly acquired CAPI data in the configured file."""
self.status['text'] = _('Fetching data...')
self.w.update_idletasks()