mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
mypy: Remove type: ignores not needed in Python 3.
This commit is contained in:
@@ -38,7 +38,7 @@ if __name__ == '__main__':
|
||||
|
||||
suite = loader.discover(start_dir=tools_test_dir, top_level_dir=root_dir)
|
||||
runner = unittest.TextTestRunner(verbosity=2)
|
||||
result = runner.run(suite) # type: ignore # https://github.com/python/typeshed/issues/372
|
||||
result = runner.run(suite)
|
||||
if result.errors or result.failures:
|
||||
raise Exception('Test failed!')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user