Skip to content

Commit

Permalink
knew I had it the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Dec 4, 2023
1 parent da70692 commit 733b79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"USE_L10N",
]
for setting in REMOVED_SETTINGS:
with contextlib.suppress(NameError):
with contextlib.suppress(KeyError):
del globals()[setting]

DEBUG = False
Expand Down

0 comments on commit 733b79d

Please sign in to comment.