Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Feb 16, 2024
1 parent 69d2fc7 commit dbcd27e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion app/dao/notifications_dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
from app.utils import (
escape_special_characters,
get_local_timezone_midnight_in_utc,
midnight_n_days_ago,
)


Expand Down

0 comments on commit dbcd27e

Please sign in to comment.