diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-01-26 11:15:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-26 10:15:50 +0000 |
commit | 871ff05addfabecafe3e5d906f63fcc7af895cd5 (patch) | |
tree | 91b4f27840b9ca8cc7bdb1e3776c0ff851188631 /mypy.ini | |
parent | Fix a bug in the send_local_online_presence_to module API (#14880) (diff) | |
download | synapse-871ff05addfabecafe3e5d906f63fcc7af895cd5.tar.xz |
Fix type hints in typing edu unit tests (#14886)
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 13890ce124..e57bc64261 100644 --- a/mypy.ini +++ b/mypy.ini @@ -37,7 +37,6 @@ exclude = (?x) |tests/appservice/test_scheduler.py |tests/federation/test_federation_catch_up.py |tests/federation/test_federation_sender.py - |tests/handlers/test_typing.py |tests/http/federation/test_matrix_federation_agent.py |tests/http/federation/test_srv_resolver.py |tests/http/test_proxyagent.py |