Move db in model.
This commit is contained in:
@ -18,7 +18,8 @@ from calendar import monthrange
|
||||
|
||||
import arrow
|
||||
|
||||
from accountant import db
|
||||
# pylint: disable=no-member,too-few-public-methods,too-many-instance-attributes
|
||||
from . import db
|
||||
|
||||
from .accounts import Account
|
||||
from .operations import Operation
|
||||
|
Reference in New Issue
Block a user