Skip to content

Commit

Permalink
Fixes import of uvicorn server. (#2527) (#2528)
Browse files Browse the repository at this point in the history
  • Loading branch information
tback authored Dec 4, 2024
1 parent b7241e1 commit bfa754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvicorn/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from gunicorn.workers.base import Worker

from uvicorn.config import Config
from uvicorn.main import Server
from uvicorn.server import Server

warnings.warn(
"The `uvicorn.workers` module is deprecated. Please use `uvicorn-worker` package instead.\n"
Expand Down

0 comments on commit bfa754e

Please sign in to comment.