PEP8 tweaks.

This commit is contained in:
Erik Johnston 2014-08-27 14:19:39 +01:00
parent 47519cd8c2
commit 77a255c7c3
5 changed files with 12 additions and 10 deletions

View file

@ -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")