diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-01-06 15:51:18 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-01-07 14:56:42 +0000 |
commit | bbd04441edc414c161748e1499961c6a68a460aa (patch) | |
tree | aba990ddaa8d782de698dc7eba276e5ec95e193a /mypy.ini | |
parent | black-format tests/rest/client/v1/test_login.py (diff) | |
download | synapse-bbd04441edc414c161748e1499961c6a68a460aa.tar.xz |
Fix type hints in test_login.py
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index 5d15b7bf1c..b996867121 100644 --- a/mypy.ini +++ b/mypy.ini @@ -103,6 +103,7 @@ files = tests/replication, tests/test_utils, tests/handlers/test_password_providers.py, + tests/rest/client/v1/test_login.py, tests/rest/client/v2_alpha/test_auth.py, tests/util/test_stream_change_cache.py |