diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-01-25 20:38:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 14:38:20 -0500 |
commit | 836c592f15b1511c4b367f2778c0e3d1a89dba09 (patch) | |
tree | fa78d1ed783090e1d010b0fbd49fbd9ff6231f7c /mypy.ini | |
parent | 1.76.0rc1 (diff) | |
download | synapse-836c592f15b1511c4b367f2778c0e3d1a89dba09.tar.xz |
Fix type hints in knocking tests. (#14887)
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 63366dad99..248402532e 100644 --- a/mypy.ini +++ b/mypy.ini @@ -39,7 +39,6 @@ exclude = (?x) |tests/events/test_utils.py |tests/federation/test_federation_catch_up.py |tests/federation/test_federation_sender.py - |tests/federation/transport/test_knocking.py |tests/handlers/test_typing.py |tests/http/federation/test_matrix_federation_agent.py |tests/http/federation/test_srv_resolver.py |