diff options
author | David Robertson <davidr@element.io> | 2022-06-15 16:20:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 15:20:04 +0000 |
commit | 97e9fbe1b233d94325c23b9a27bc9d2d9d615f9e (patch) | |
tree | bc518832080635abfe27a0c0e6741452e106147d /mypy.ini | |
parent | Speed up `get_unread_event_push_actions_by_room` (#13005) (diff) | |
download | synapse-97e9fbe1b233d94325c23b9a27bc9d2d9d615f9e.tar.xz |
Type annotations in `synapse.databases.main.devices` (#13025)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.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 7973f2ac01..c5130feaec 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/schema/ |tests/api/test_auth.py |