diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-12-16 15:24:03 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-12-16 15:24:03 +0000 |
commit | 3c7857e49b8dcad723d52174aba77c47453c0298 (patch) | |
tree | 96091f56e7fe5c91540a3390baa0eeb0d1e171c6 /synapse/rest/transactions.py | |
parent | Remove annotate_event_with_state as nothing was using it. Update state tests ... (diff) | |
download | synapse-3c7857e49b8dcad723d52174aba77c47453c0298.tar.xz |
clean up coding style a bit
Diffstat (limited to '')
-rw-r--r-- | synapse/rest/transactions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/transactions.py b/synapse/rest/transactions.py index 8c41ab4edb..31377bd41d 100644 --- a/synapse/rest/transactions.py +++ b/synapse/rest/transactions.py @@ -19,6 +19,7 @@ import logging logger = logging.getLogger(__name__) + # FIXME: elsewhere we use FooStore to indicate something in the storage layer... class HttpTransactionStore(object): |