Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Feb 20, 2024
1 parent 68f2602 commit 52d3a03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/dao/fact_notification_status_dao.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from datetime import datetime, time, timedelta

from flask import current_app
from notifications_utils.timezones import convert_local_timezone_to_utc
from sqlalchemy import Date, case, func
from sqlalchemy.dialects.postgresql import insert
from sqlalchemy.sql.expression import extract, literal
Expand Down

0 comments on commit 52d3a03

Please sign in to comment.