diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-27 14:19:39 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-27 14:19:39 +0100 |
commit | 77a255c7c38a6dab80add45632ffc574099566c8 (patch) | |
tree | 23a66e2e53c5db3697fbd7969b9cb2935eea12ba /synapse/streams/events.py | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor (diff) | |
download | synapse-77a255c7c38a6dab80add45632ffc574099566c8.tar.xz |
PEP8 tweaks.
Diffstat (limited to 'synapse/streams/events.py')
-rw-r--r-- | synapse/streams/events.py | 1 |
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") - |