Remove unused imports

This commit is contained in:
Imdad Ahad
2017-08-21 14:41:49 +01:00
parent e1ef0e85c6
commit af54d98faa
2 changed files with 0 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
from datetime import datetime
from sqlalchemy import func
from app import db
from app.dao.dao_utils import transactional

View File

@@ -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,