Skip to content

Commit

Permalink
dont set in get
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Feb 1, 2024
1 parent 46fe20d commit 132a7a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion constance/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def __getattr__(self, key):
result = self._backend.get(key)
if result is None:
result = default
setattr(self, key, default)
return result
return result

Expand Down

0 comments on commit 132a7a5

Please sign in to comment.