Skip to content

Commit a948d6d

Browse files
committed
Add missed import
1 parent 79bbc16 commit a948d6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastapi_pagination/ext/beanie.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
__all__ = ["paginate"]
24

35
from typing import TYPE_CHECKING, Any, List, Optional, Tuple, Type, TypeVar, Union

0 commit comments

Comments
 (0)