Skip to content

Commit

Permalink
adjust saving of import strs and kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa committed Dec 3, 2024
1 parent be38491 commit cf78da8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@


class DjangoDbNotificationBackend(BaseNotificationBackend):
def __init__(self):
self.backend_kwargs = {}

def _get_all_future_notifications_queryset(self) -> QuerySet["NotificationModel"]:
return NotificationModel.objects.filter(
Q(send_after__gte=datetime.datetime.now()) | Q(send_after__isnull=False),
Expand Down

0 comments on commit cf78da8

Please sign in to comment.