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