diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-01 09:15:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 09:15:22 -0400 |
commit | 5bf8e5f55b49f9e46a7fe7d7872e6b16d38bffd3 (patch) | |
tree | 3874f5dd751f7626b2b75b4280b0f93db0475072 /mypy.ini | |
parent | Convert additional databases to async/await part 2 (#8200) (diff) | |
download | synapse-5bf8e5f55b49f9e46a7fe7d7872e6b16d38bffd3.tar.xz |
Convert the well known resolver to async (#8214)
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 4213e31b03..21c6f523a0 100644 --- a/mypy.ini +++ b/mypy.ini @@ -28,6 +28,7 @@ files = synapse/handlers/saml_handler.py, synapse/handlers/sync.py, synapse/handlers/ui_auth, + synapse/http/federation/well_known_resolver.py, synapse/http/server.py, synapse/http/site.py, synapse/logging/, |