Skip to content

Commit

Permalink
Fix emssage + test
Browse files Browse the repository at this point in the history
  • Loading branch information
gannetson committed Aug 30, 2022
1 parent 2e34b8e commit 300957e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluebottle/activities/messages.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import timedelta, date
from datetime import timedelta

from django.db.models import Sum, Q
from django.template.defaultfilters import time
from django.template.defaultfilters import time, date
from django.urls import reverse
from django.utils.timezone import get_current_timezone, now
from django.utils.translation import pgettext_lazy as pgettext
Expand Down

0 comments on commit 300957e

Please sign in to comment.