chore: suppress pyflakes check

This commit is contained in:
Jennifer Richards 2024-05-15 20:47:00 -03:00
parent 1c3825bdec
commit 0d68646fdc
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E

View file

@ -63,7 +63,7 @@ REQUEST_PROFILE_STORE_ANONYMOUS_SESSIONS = False
# 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',