diff options
| author | Glandos <bugs-github@antipoul.fr> | 2021-06-10 00:06:18 +0200 |
|---|---|---|
| committer | Glandos <bugs-github@antipoul.fr> | 2021-06-10 00:09:59 +0200 |
| commit | 27d95f2d01ad0922815d3eb22bb11dbafd726f6c (patch) | |
| tree | 2b3042c1769a6a294191edf49549eee7478cb6ff /ihatemoney/tests | |
| parent | c62965d4bfffa6b1f33d34b949431d8a2055af71 (diff) | |
| download | ihatemoney-mirror-27d95f2d01ad0922815d3eb22bb11dbafd726f6c.zip ihatemoney-mirror-27d95f2d01ad0922815d3eb22bb11dbafd726f6c.tar.gz ihatemoney-mirror-27d95f2d01ad0922815d3eb22bb11dbafd726f6c.tar.bz2 | |
fix flake8
Diffstat (limited to 'ihatemoney/tests')
| -rw-r--r-- | ihatemoney/tests/budget_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/tests/budget_test.py b/ihatemoney/tests/budget_test.py index fe0fc44..e34214e 100644 --- a/ihatemoney/tests/budget_test.py +++ b/ihatemoney/tests/budget_test.py @@ -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 |
