Move db in model.

This commit is contained in:
Alexis Lahouze
2017-05-04 14:39:17 +02:00
parent 7822550b79
commit c5147feee8
6 changed files with 17 additions and 8 deletions

View File

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