PEP style fixes

This commit is contained in:
Oliver Walters 2021-03-15 10:15:48 +11:00
parent c1aed51de1
commit c6e154f996
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ def get_setting(environment_var, backup_val, default_value=None):
return default_value
# Determine if we are running in "test" mode e.g. "manage.py test"
TESTING = 'test' in sys.argv