diff options
author | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2021-09-01 17:26:27 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2021-09-01 17:26:27 +0100 |
commit | c2d103bf078e255deb4c1bfebee6234d598b7bb2 (patch) | |
tree | 0e8b98bb8540a110f076175da077a6fb4e9ce235 | |
parent | Quote type annotation for olddeps (diff) | |
download | synapse-c2d103bf078e255deb4c1bfebee6234d598b7bb2.tar.xz |
Tweak comments github/rei/testignore rei/testignore
-rw-r--r-- | synapse/storage/databases/state/store.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/storage/databases/state/store.py b/synapse/storage/databases/state/store.py index 1e35a9b564..0b1ca400c5 100644 --- a/synapse/storage/databases/state/store.py +++ b/synapse/storage/databases/state/store.py @@ -421,8 +421,8 @@ class StateGroupDataStore(StateBackgroundUpdateStore, SQLBaseStore): return groups_to_state_dict - # make a list of keys for us to store in the in-flight cache - # this should list all the keys that the request will pick up from + # Make a list of keys for us to store in the in-flight cache. + # This should list all the keys that the request will pick up from # the database. keys: List[InflightStateGroupCacheKey] = [] for group in inflight_cache_misses: |