Skip to content

Commit

Permalink
Inline variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bgervan committed Jun 7, 2024
1 parent e07f51d commit 0641384
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/django_paddle_billing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ def __getattr__(self, name):
if name in default_settings:
return default_settings[name]

msg = f"'PADDLE_BILLING' settings object has no attribute '{name}'"
raise AttributeError(msg)
raise AttributeError(f"'PADDLE_BILLING' settings object has no attribute '{name}'")


settings = AppSettings()

0 comments on commit 0641384

Please sign in to comment.