Skip to content

Commit

Permalink
chore: suppress pyflakes check
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed May 15, 2024
1 parent 1c3825b commit 0d68646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/settings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __getitem__(self, item):

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

0 comments on commit 0d68646

Please sign in to comment.