diff options
author | David Robertson <davidr@element.io> | 2021-11-19 17:47:45 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-11-22 22:06:06 +0000 |
commit | a6bb41019aafc9feeedc325676a71dc24a594fa8 (patch) | |
tree | 7f0a46a3bd0e26fb537c00cfde29e13d1e2a351b | |
parent | Prune AdminCmdSlavedStore and GenericWorkerSlavedStore (diff) | |
download | synapse-a6bb41019aafc9feeedc325676a71dc24a594fa8.tar.xz |
Remove redundant inheritances from DataStore
DataStore continues to inherit from SearchStore via ['DataStore', 'RoomStore', 'SearchStore'] DataStore continues to inherit inherits from MonthlyActiveUsersStore via ['DataStore', 'ClientIpStore', 'MonthlyActiveUsersStore'] DataStore inherits from StatsStore via redundantly ['DataStore', 'RegistrationStore', 'StatsStore'] DataStore inherits from CacheInvalidationWorkerStore via e.g ['DataStore', 'EventForwardExtremitiesStore', 'CacheInvalidationWorkerStore'] lint
-rw-r--r-- | synapse/storage/databases/main/__init__.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/synapse/storage/databases/main/__init__.py b/synapse/storage/databases/main/__init__.py |