diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-03-09 07:10:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 07:10:09 -0500 |
commit | 3d060eae6c836f4153a3150c6970cb9b10516da6 (patch) | |
tree | 65f8305df5c1bd591ecef63fbc74bdfa7809f1f8 /mypy.ini | |
parent | Pull in netaddr type hints. (#15231) (diff) | |
download | synapse-3d060eae6c836f4153a3150c6970cb9b10516da6.tar.xz |
Add missing type hints to `synapse.storage.database`. (#15230)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mypy.ini b/mypy.ini index cad3716389..945f7925cb 100644 --- a/mypy.ini +++ b/mypy.ini @@ -48,9 +48,6 @@ warn_unused_ignores = False [mypy-synapse.util.caches.treecache] disallow_untyped_defs = False -[mypy-synapse.storage.database] -disallow_untyped_defs = False - [mypy-tests.util.caches.test_descriptors] disallow_untyped_defs = False |