diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-05-18 17:02:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 16:02:10 +0100 |
commit | 50ae4eafe1f8ba31f1977e5dc11c85f15722f1ee (patch) | |
tree | 1f46c0431a659175d2cc66b8355add33735e6992 /mypy.ini | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-50ae4eafe1f8ba31f1977e5dc11c85f15722f1ee.tar.xz |
Add some type hints to `event_federation` datastore (#12753)
Co-authored-by: David Robertson <david.m.robertson1@gmail.com>
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 45668974b3..4fa020b876 100644 --- a/mypy.ini +++ b/mypy.ini @@ -27,7 +27,6 @@ exclude = (?x) |synapse/storage/databases/__init__.py |synapse/storage/databases/main/cache.py |synapse/storage/databases/main/devices.py - |synapse/storage/databases/main/event_federation.py |synapse/storage/schema/ |tests/api/test_auth.py |