mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-20 01:21:49 -05:00
Remove unused imports
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
from datetime import datetime
|
||||
|
||||
from sqlalchemy import func
|
||||
|
||||
|
||||
from app import db
|
||||
from app.dao.dao_utils import transactional
|
||||
|
||||
@@ -3,7 +3,6 @@ from dateutil.relativedelta import relativedelta
|
||||
from freezegun import freeze_time
|
||||
from functools import partial
|
||||
|
||||
from app import db
|
||||
from app.dao.monthly_billing_dao import (
|
||||
create_or_update_monthly_billing,
|
||||
get_monthly_billing_entry,
|
||||
|
||||
Reference in New Issue
Block a user