We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7241e1 commit bfa754eCopy full SHA for bfa754e
uvicorn/workers.py
@@ -11,7 +11,7 @@
11
from gunicorn.workers.base import Worker
12
13
from uvicorn.config import Config
14
-from uvicorn.main import Server
+from uvicorn.server import Server
15
16
warnings.warn(
17
"The `uvicorn.workers` module is deprecated. Please use `uvicorn-worker` package instead.\n"
0 commit comments