summary refs log tree commit diff
path: root/synapse/streams/events.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-08-27 14:19:39 +0100
committerErik Johnston <erik@matrix.org>2014-08-27 14:19:39 +0100
commit77a255c7c38a6dab80add45632ffc574099566c8 (patch)
tree23a66e2e53c5db3697fbd7969b9cb2935eea12ba /synapse/streams/events.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into stream_refactor (diff)
downloadsynapse-77a255c7c38a6dab80add45632ffc574099566c8.tar.xz
PEP8 tweaks.
Diffstat (limited to 'synapse/streams/events.py')
-rw-r--r--synapse/streams/events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/streams/events.py b/synapse/streams/events.py
index 36174a811b..bf48df5b79 100644
--- a/synapse/streams/events.py
+++ b/synapse/streams/events.py
@@ -171,4 +171,3 @@ class StreamSource(object):
 class PaginationSource(object):
     def get_pagination_rows(self, user, from_token, to_token, limit, key):
         raise NotImplementedError("get_rows")
-