mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
mypy: Remove ignores for a few typeshed bugs fixed upstream.
This commit is contained in:
@@ -19,5 +19,5 @@ except IndexError:
|
||||
sys.exit(1)
|
||||
|
||||
p = pstats.Stats(fn)
|
||||
p.strip_dirs().sort_stats('cumulative').print_stats(25) # type: ignore # stats stubs are broken
|
||||
p.strip_dirs().sort_stats('time').print_stats(25) # type: ignore # stats stubs are broken
|
||||
p.strip_dirs().sort_stats('cumulative').print_stats(25)
|
||||
p.strip_dirs().sort_stats('time').print_stats(25)
|
||||
|
||||
Reference in New Issue
Block a user