Use constants for chunk sizes, remove irrelevant TODO

This commit is contained in:
Lonami Exo
2019-02-27 13:07:25 +01:00
parent d02d0e2d5e
commit 6b50152bb3
3 changed files with 12 additions and 9 deletions

View File

@@ -5,10 +5,6 @@ import time
from . import helpers
# TODO There are two types of iterators for requests.
# One has a limit of items to retrieve, and the
# other has a list that must be called in chunks.
# Make classes for both here so it's easy to use.
class RequestIter(abc.ABC):
"""
Helper class to deal with requests that need offsets to iterate.