Skip to content

Commit 0d68646

Browse files
chore: suppress pyflakes check
1 parent 1c3825b commit 0d68646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __getitem__(self, item):
6363

6464
# Override loggers with a safer set in case things go to the log during testing. Specifically,
6565
# make sure there are no syslog loggers that might send things to a real syslog.
66-
LOGGING["loggers"] = {
66+
LOGGING["loggers"] = { # pyflakes:ignore
6767
'django': {
6868
'handlers': ['debug_console'],
6969
'level': 'INFO',

0 commit comments

Comments
 (0)