Skip to content

Commit bd6ef5f

Browse files
committed
lint fix
1 parent 381e240 commit bd6ef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninja_extra/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import logging
22

3-
request_logger = logging.getLogger('django')
3+
request_logger = logging.getLogger("django")

0 commit comments

Comments
 (0)