Add more type annotations

This commit is contained in:
Kovid Goyal
2021-10-27 11:36:34 +05:30
parent 69e903a4c4
commit b22bda3cba
12 changed files with 45 additions and 39 deletions

View File

@@ -146,7 +146,7 @@ class Manager:
self.failed_specs[fid] = ftc.status
else:
if ftc.status == 'OK':
self.state == State.transferring
self.state = State.transferring
return ''
else:
return ftc.status