diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-01-21 15:59:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-21 15:59:15 +0000 |
commit | 8d90e5f2006c4b9bad4b7b4bc164103480886da2 (patch) | |
tree | aba4753dd84b81d3e921c07f47e2107fc6add30b /mypy.ini | |
parent | Reduce max time we wait for stream positions (#14881) (diff) | |
download | synapse-8d90e5f2006c4b9bad4b7b4bc164103480886da2.tar.xz |
Add type hints to `TestRatelimiter` (#14885)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini index 468bfe588c..3bbf62c952 100644 --- a/mypy.ini +++ b/mypy.ini @@ -33,7 +33,6 @@ exclude = (?x) |synapse/storage/schema/ |tests/api/test_auth.py - |tests/api/test_ratelimiting.py |tests/app/test_openid_listener.py |tests/appservice/test_scheduler.py |tests/events/test_presence_router.py |