summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-06-15 16:20:04 +0100
committerGitHub <noreply@github.com>2022-06-15 15:20:04 +0000
commit97e9fbe1b233d94325c23b9a27bc9d2d9d615f9e (patch)
treebc518832080635abfe27a0c0e6741452e106147d /mypy.ini
parentSpeed up `get_unread_event_push_actions_by_room` (#13005) (diff)
downloadsynapse-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.ini1
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