removed unused import and minor syntax

This commit is contained in:
venusbb
2017-11-02 17:02:00 +00:00
parent 6875ab150a
commit ad386b7d28
4 changed files with 26 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
from app import db, create_uuid
from app import db
from app.dao.dao_utils import (
transactional,
version_class
)
from app.models import AnnualBilling
from app.dao.date_util import get_current_financial_year_start_year