diff options
author | David Robertson <davidr@element.io> | 2021-11-15 15:09:57 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-11-16 18:46:51 +0000 |
commit | 58c20bbcb789be9973b197782d594b8273e82176 (patch) | |
tree | 8e7b2f57aec2c5c878c0f4781bcd825d2ab0e1c6 /synapse | |
parent | mark _cache_id_gen as a required mixin property (diff) | |
download | synapse-58c20bbcb789be9973b197782d594b8273e82176.tar.xz |
LoggingDatabaseConnection.__enter__ returns itself
Could use a fancy TypeVar here but I restrained myself.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/database.py b/synapse/storage/database.py |