summaryrefslogtreecommitdiff
path: root/ausbutler/tour_config.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-06 03:17:30 +0100
committeremkael <emkael@tlen.pl>2017-01-06 03:17:30 +0100
commitcbb74e0b5971fe4453477094558cdb125bee4524 (patch)
tree6f0bc73a98f9740822a21a45ceafefabfa2d6e8c /ausbutler/tour_config.py
parentb0b0e9f8e5e14b1fc67fbd5db37dc37abe76e0f1 (diff)
Code formatting: import sort
Diffstat (limited to 'ausbutler/tour_config.py')
-rw-r--r--ausbutler/tour_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ausbutler/tour_config.py b/ausbutler/tour_config.py
index bf6451d..a651be4 100644
--- a/ausbutler/tour_config.py
+++ b/ausbutler/tour_config.py
@@ -1,6 +1,6 @@
from .config import load_config
from .db import get_session
-from .model import Translation, Parameters
+from .model import Parameters, Translation
session = get_session()