Skip to content

Commit 7bdfba1

Browse files
author
akschord1
committed
refactor: remove unused imports from server.py
1 parent a1d47d1 commit 7bdfba1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy/docker/server.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
import sys
4141
import time
4242
import asyncio
43-
from typing import List
44-
from contextlib import _AsyncGeneratorContextManager, asynccontextmanager, AsyncExitStack
43+
from contextlib import asynccontextmanager
4544
import pathlib
4645

4746
from fastapi import (

0 commit comments

Comments
 (0)