Set up tox
This commit is contained in:
parent
f44b7fa664
commit
807a29b011
4 changed files with 22 additions and 6 deletions
|
@ -333,7 +333,7 @@ class FindQuery:
|
|||
self._pagination: list[str] = []
|
||||
self._model_cache: list[RedisModel] = []
|
||||
|
||||
def dict(self) -> dict[str, Any]:
|
||||
def dict(self) -> Dict[str, Any]:
|
||||
return dict(
|
||||
model=self.model,
|
||||
offset=self.offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue