Sort imports

This commit is contained in:
Thor77 2017-06-02 23:34:33 +02:00
parent 6ddc8c94b7
commit 3d469ce28c
1 changed files with 2 additions and 3 deletions

View File

@ -8,9 +8,8 @@ from os.path import dirname, join
from jinja2 import ChoiceLoader, Environment, FileSystemLoader, PackageLoader
from tsstats.log import Server
from tsstats.utils import (
filter_threshold, seconds_to_text, sort_clients, tz_aware_datime
)
from tsstats.utils import (filter_threshold, seconds_to_text, sort_clients,
tz_aware_datime)
logger = logging.getLogger('tsstats')