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/interface.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ausbutler/interface.py') diff --git a/ausbutler/interface.py b/ausbutler/interface.py index bc3549c..9998424 100644 --- a/ausbutler/interface.py +++ b/ausbutler/interface.py @@ -1,13 +1,14 @@ import re +from copy import copy from datetime import datetime from os import path -from copy import copy + from jinja2 import Environment, FileSystemLoader -from .butler import cutoff, get_opponents, get_room, normalize, get_line +from .butler import cutoff, get_line, get_opponents, get_room, normalize from .db import get_session from .model import AusButler, Butler -from .tour_config import Translations, Constants +from .tour_config import Constants, Translations class Interface(object): -- cgit v1.2.3