We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be0ba9 commit cf7cd8fCopy full SHA for cf7cd8f
1 file changed
src/fastapi_cli/cli.py
@@ -1,6 +1,5 @@
1
import logging
2
from enum import Enum
3
-from logging import getLogger
4
from pathlib import Path
5
from typing import Annotated, Any
6
@@ -31,9 +30,6 @@ class WSProtocolType(str, Enum):
31
30
wsproto = "wsproto"
32
33
34
-setup_logging()
35
-logger = getLogger(__name__)
36
-
37
try:
38
import uvicorn
39
except ImportError: # pragma: no cover
0 commit comments