Fix several new errors caught by mypy 0.501.
Clear out a bunch of easy to review errors, so we can focus on the more complicated ones.
This commit is contained in:
parent
6c47fa77b6
commit
94871fea76
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ def main(argv=None):
|
|||
|
||||
if not do_send_message(client, message_data):
|
||||
return 1
|
||||
|
||||
return 0
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue