aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/history.py
diff options
context:
space:
mode:
authorRémy HUBSCHER <hubscher.remy@gmail.com>2020-04-21 13:59:41 +0200
committerGitHub <noreply@github.com>2020-04-21 13:59:41 +0200
commit299c64a48cb6278eebe1d7cc54d878953ecc5fa5 (patch)
tree87219e02bedf6d75f15da2b3ab95cbcb4988d55b /ihatemoney/history.py
parentf0b40578adeca5e9fc75787c00787c20f1072144 (diff)
downloadihatemoney-mirror-299c64a48cb6278eebe1d7cc54d878953ecc5fa5.zip
ihatemoney-mirror-299c64a48cb6278eebe1d7cc54d878953ecc5fa5.tar.gz
ihatemoney-mirror-299c64a48cb6278eebe1d7cc54d878953ecc5fa5.tar.bz2
Add isort support. (#561)
Diffstat (limited to 'ihatemoney/history.py')
-rw-r--r--ihatemoney/history.py14
1 files changed, 3 insertions, 11 deletions
diff --git a/ihatemoney/history.py b/ihatemoney/history.py
index cda141e..40aa761 100644
--- a/ihatemoney/history.py
+++ b/ihatemoney/history.py
@@ -1,15 +1,7 @@
from flask_babel import gettext as _
-from sqlalchemy_continuum import (
- Operation,
- parent_class,
-)
-
-from ihatemoney.models import (
- PersonVersion,
- ProjectVersion,
- BillVersion,
- Person,
-)
+from sqlalchemy_continuum import Operation, parent_class
+
+from ihatemoney.models import BillVersion, Person, PersonVersion, ProjectVersion
def get_history_queries(project):