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/storage/databases | |
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/storage/databases')
-rw-r--r-- | synapse/storage/databases/state/store.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/synapse/storage/databases/state/store.py b/synapse/storage/databases/state/store.py |