Skip to content

Commit

Permalink
runner: Fix Awaitable import (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges authored Dec 11, 2024
1 parent c2c6af3 commit 90fad20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runner/app/live/params_api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
import os
import tempfile
import time
from typing import cast, Callable
from typing import cast, Callable, Awaitable

from aiohttp import BodyPartReader, web
from asyncio import Awaitable

TEMP_SUBDIR = "infer_temp"
MAX_FILE_AGE = 86400 # 1 day
Expand Down

0 comments on commit 90fad20

Please sign in to comment.