cleanup
This commit is contained in:
@@ -545,7 +545,7 @@ class SeriesApp:
|
||||
"""Check if the current operation has been cancelled."""
|
||||
return self._cancel_flag
|
||||
|
||||
def _handle_error(self, error: Exception):
|
||||
def _handle_error(self, error: Exception) -> None:
|
||||
"""
|
||||
Handle errors and notify via callback.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user