There was an error while loading. Please reload this page.
1 parent f126771 commit 9947035Copy full SHA for 9947035
1 file changed
src/edb/api/dependencies.py
@@ -3,7 +3,7 @@
3
from __future__ import annotations
4
5
import logging
6
-from typing import Annotated, Any
+from typing import Annotated, Any, Callable, Coroutine
7
8
from fastapi import Depends, HTTPException, Request, status
9
from fastapi.security import HTTPAuthorizationCredentials, HTTPBearer
0 commit comments