diff options
author | reivilibre <oliverw@matrix.org> | 2021-12-02 18:13:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 18:13:30 +0000 |
commit | 8a4c2969874c0b7d72003f2523883eba8a348e83 (patch) | |
tree | 8d8e1f550ff308b14f8276d6b2bde3dc7d35a6a1 /mypy.ini | |
parent | Minor cleanup on recently ported doc pages (#11466) (diff) | |
download | synapse-8a4c2969874c0b7d72003f2523883eba8a348e83.tar.xz |
Clean up `tests.test_visibility` to remove legacy code. (#11495)
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 d8296b4fa3..fea71d154c 100644 --- a/mypy.ini +++ b/mypy.ini @@ -123,7 +123,6 @@ exclude = (?x) |tests/test_server.py |tests/test_state.py |tests/test_terms_auth.py - |tests/test_visibility.py |tests/unittest.py |tests/util/caches/test_cached_call.py |tests/util/caches/test_deferred_cache.py |