mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-08-02 19:20:14 +03:00
Chore: isort
This commit is contained in:
parent
8f497ea357
commit
f6c184ed54
|
@ -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."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user