Skip to content

Commit 9947035

Browse files
committed
Fix missing Callable/Coroutine imports in dependencies.py
1 parent f126771 commit 9947035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/edb/api/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import annotations
44

55
import logging
6-
from typing import Annotated, Any
6+
from typing import Annotated, Any, Callable, Coroutine
77

88
from fastapi import Depends, HTTPException, Request, status
99
from fastapi.security import HTTPAuthorizationCredentials, HTTPBearer

0 commit comments

Comments
 (0)