mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
fix flake8
This commit is contained in:
parent
c62965d4bf
commit
27d95f2d01
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import unittest
|
|||
from flask import session
|
||||
from werkzeug.security import check_password_hash, generate_password_hash
|
||||
|
||||
from ihatemoney import models, utils
|
||||
from ihatemoney import models
|
||||
from ihatemoney.tests.common.ihatemoney_testcase import IhatemoneyTestCase
|
||||
from ihatemoney.versioning import LoggingMode
|
||||
|
||||
|
|
Loading…
Reference in a new issue