We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bbc16 commit a948d6dCopy full SHA for a948d6d
fastapi_pagination/ext/beanie.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
__all__ = ["paginate"]
4
5
from typing import TYPE_CHECKING, Any, List, Optional, Tuple, Type, TypeVar, Union
0 commit comments