Remove unused get_pagination_rows methods. (#6557)

Remove unused get_pagination_rows methods
This commit is contained in:
Erik Johnston 2019-12-17 11:44:32 +00:00 committed by GitHub
parent 3fbe5b7ec3
commit 02553901ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 18 deletions

View file

@ -50,6 +50,3 @@ class AccountDataEventSource(object):
)
return results, current_stream_id
async def get_pagination_rows(self, user, config, key):
return [], config.to_id