diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-02-09 09:49:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 09:49:04 -0500 |
commit | 733531ee3e695da92f10e01b24f62ee35e09e4cd (patch) | |
tree | 07488950d1c65406f968ee38c0e384be255eeb57 /mypy.ini | |
parent | Proper types for `tests.module_api` (#15031) (diff) | |
download | synapse-733531ee3e695da92f10e01b24f62ee35e09e4cd.tar.xz |
Add final type hint to synapse.server. (#15035)
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 3f144e61fb..57f27ba4f7 100644 --- a/mypy.ini +++ b/mypy.ini @@ -53,9 +53,6 @@ warn_unused_ignores = False [mypy-synapse.util.caches.treecache] disallow_untyped_defs = False -[mypy-synapse.server] -disallow_untyped_defs = False - [mypy-synapse.storage.database] disallow_untyped_defs = False |