Skip to content

Commit 3e5c2e7

Browse files
committed
🗑️ Clean Up Imports
1 parent 8d41fe3 commit 3e5c2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_crudrouter/core/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Any, Callable, Generic, List, Optional, Type, Union, Dict
1+
from typing import Any, Callable, Generic, List, Optional, Type, Union
22

33
from fastapi import APIRouter, HTTPException
44
from fastapi.types import DecoratedCallable

0 commit comments

Comments
 (0)