Skip to content

Commit

Permalink
test GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroLQueiroz committed Nov 2, 2023
1 parent ae30d5d commit a08ebaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications/settings.py
Expand Up @@ -76,7 +76,7 @@ def reload(self):
notification_settings = NotificationSettings(NOTIFICATION_DEFAULTS)


def reload_notification_settings(*args: Any, **kwargs: Any): # pylint: disable=unused-argument
def reload_notification_settings(*args: Any, **kwargs: Any):
setting = kwargs["setting"]
if setting == "DJANGO_NOTIFICATIONS_CONFIG":
notification_settings.reload()
Expand Down

0 comments on commit a08ebaa

Please sign in to comment.