fix sync warning caused by mistake in typing work

This commit is contained in:
Damien Elmes 2021-02-02 10:41:52 +10:00
parent 68ea2fce49
commit b7bfe58afe

View file

@ -46,6 +46,7 @@ def get_sync_status(
auth = mw.pm.sync_auth()
if not auth:
callback(SyncStatus(required=SyncStatus.NO_CHANGES)) # pylint:disable=no-member
return
def on_future_done(fut) -> None:
try: