Chore: isort

This commit is contained in:
olliemath 2021-08-06 17:33:12 +01:00
parent 8f497ea357
commit f6c184ed54

View File

@ -8,7 +8,6 @@ from inspect import isclass
from types import ModuleType from types import ModuleType
from typing import Any, Dict, Iterable, List, Optional, Type, Union from typing import Any, Dict, Iterable, List, Optional, Type, Union
Page = namedtuple("Page", "objects number_of_objects pages_total number page_size") Page = namedtuple("Page", "objects number_of_objects pages_total number page_size")
Page.__doc__ += "\nA simple data structure for paginated results." Page.__doc__ += "\nA simple data structure for paginated results."