Add comment

This commit is contained in:
Erik Johnston 2018-02-27 10:06:51 +00:00
parent 6ae9a3d2a6
commit 8956f0147a

View File

@ -441,4 +441,8 @@ class ApplicationServiceTransactionWorkerStore(ApplicationServiceWorkerStore,
class ApplicationServiceTransactionStore(ApplicationServiceTransactionWorkerStore):
# This is currently empty due to there not being any AS storage functions
# that can't be run on the workers. Since this may change in future, and
# to keep consistency with the other stores, we keep this empty class for
# now.
pass