Set up tox

This commit is contained in:
Andrew Brookins 2021-11-01 09:45:37 -07:00
parent f44b7fa664
commit 807a29b011
4 changed files with 22 additions and 6 deletions

View file

@ -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,