aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/history.py
diff options
context:
space:
mode:
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):