summary refs log tree commit diff
path: root/synapse/api/errors.py
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-11-19 17:47:45 +0000
committerDavid Robertson <davidr@element.io>2021-11-22 22:06:06 +0000
commita6bb41019aafc9feeedc325676a71dc24a594fa8 (patch)
tree7f0a46a3bd0e26fb537c00cfde29e13d1e2a351b /synapse/api/errors.py
parentPrune AdminCmdSlavedStore and GenericWorkerSlavedStore (diff)
downloadsynapse-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
Diffstat (limited to 'synapse/api/errors.py')
0 files changed, 0 insertions, 0 deletions