Skip to content

Commit

Permalink
fix(tasks): 🗑️ remove unused import (F401)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Aug 30, 2024
1 parent 6c59784 commit ccf5536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifemonitor/tasks/jobs/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from apscheduler.triggers.cron import CronTrigger
from apscheduler.triggers.interval import IntervalTrigger
from lifemonitor.auth.models import (Notification,
UnconfiguredEmailNotification, User, UserNotification)
UnconfiguredEmailNotification, User)
from lifemonitor.mail import send_notification
from lifemonitor.tasks.scheduler import TASK_EXPIRATION_TIME, schedule

Expand Down

0 comments on commit ccf5536

Please sign in to comment.