From cbb74e0b5971fe4453477094558cdb125bee4524 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 6 Jan 2017 03:17:30 +0100 Subject: Code formatting: import sort --- ausbutler/tour_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ausbutler/tour_config.py') 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() -- cgit v1.2.3