Skip to content

Commit 43ba9e8

Browse files
committed
Fixed annotations.
1 parent cc394ea commit 43ba9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskiq_dependencies/dependency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def Depends(
7171

7272
@overload
7373
def Depends(
74-
dependency: Optional[Callable[..., CoroutineType[Any, Any, _T]]] = None,
74+
dependency: Optional[Callable[..., "CoroutineType[Any, Any, _T]"]] = None,
7575
*,
7676
use_cache: bool = True,
7777
kwargs: Optional[Dict[str, Any]] = None,

0 commit comments

Comments
 (0)