diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-29 12:15:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 12:15:33 -0400 |
commit | 01dd90b0f08d1ffb36eb24282edc5db62a21170f (patch) | |
tree | e1b2983708614d3be8f70d79f480dae81d591c97 /synapse/http | |
parent | Clarify that register_new_matrix_user is present also when installed via non-... (diff) | |
download | synapse-01dd90b0f08d1ffb36eb24282edc5db62a21170f.tar.xz |
Add type hints to DictionaryCache and TTLCache. (#9442)
Diffstat (limited to 'synapse/http')
-rw-r--r-- | synapse/http/federation/well_known_resolver.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/synapse/http/federation/well_known_resolver.py b/synapse/http/federation/well_known_resolver.py |