Skip to content

Commit

Permalink
fixing missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Dec 19, 2024
1 parent c719443 commit bc0f4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/valis/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
cast
)

from fastapi.concurrency import run_in_threadpool
from fastapi.dependencies.utils import (
get_typed_return_annotation,
get_typed_signature
Expand Down

0 comments on commit bc0f4e3

Please sign in to comment.