Skip to content

Commit cf7cd8f

Browse files
committed
remove duplicate logger
1 parent 1be0ba9 commit cf7cd8f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/fastapi_cli/cli.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import logging
22
from enum import Enum
3-
from logging import getLogger
43
from pathlib import Path
54
from typing import Annotated, Any
65

@@ -31,9 +30,6 @@ class WSProtocolType(str, Enum):
3130
wsproto = "wsproto"
3231

3332

34-
setup_logging()
35-
logger = getLogger(__name__)
36-
3733
try:
3834
import uvicorn
3935
except ImportError: # pragma: no cover

0 commit comments

Comments
 (0)