Skip to content

Commit

Permalink
style: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Feb 13, 2025
1 parent f104a69 commit befa52a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
import os
import time
from datetime import datetime, timedelta
from sqlalchemy import or_

import gspread
import pytz
import sentry_sdk
from google.oauth2 import service_account
from sqlalchemy import or_

from . import db
from .email import detroit_reminder_email
Expand Down

0 comments on commit befa52a

Please sign in to comment.