Skip to content

Commit 1e8ca19

Browse files
committed
update typing
1 parent 3b425a0 commit 1e8ca19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_quickcrud/crud_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def crud_router_builder(
4040
dependencies: Optional[List[callable]] = None,
4141
crud_models: Optional[CRUDModel] = None,
4242
async_mode: Optional[bool] = None,
43-
sql_type: Optional[str] = None,
43+
sql_type: Optional[SqlType] = None,
4444
**router_kwargs: Any) -> APIRouter:
4545
"""
4646
:param db_session: Callable function

0 commit comments

Comments
 (0)