summary refs log tree commit diff
path: root/synapse/rest/transactions.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/rest/transactions.py')
-rw-r--r--synapse/rest/transactions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/transactions.py b/synapse/rest/transactions.py

index 93c0122f30..31377bd41d 100644 --- a/synapse/rest/transactions.py +++ b/synapse/rest/transactions.py
@@ -20,6 +20,7 @@ import logging logger = logging.getLogger(__name__) +# FIXME: elsewhere we use FooStore to indicate something in the storage layer... class HttpTransactionStore(object): def __init__(self):