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:
parent
4ac9e9010e
commit
6ae6efaee9
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user