Skip to content

Commit 159eecc

Browse files
committed
fix: address middleware lint checks
1 parent 745d018 commit 159eecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend-api/app/core/middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from starlette.middleware.base import BaseHTTPMiddleware
66

7-
logger = logging.getLogger("api")
7+
logger = logging.getLogger("api") # type: ignore[attr-defined] # pylint: disable=no-member
88

99
REQUEST_ID_HEADER = "X-Request-ID"
1010
MAX_REQUEST_ID_LENGTH = 128

0 commit comments

Comments
 (0)