From be361e976ce295fa89f98346928befa95af0c573 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Fri, 10 Jun 2016 16:48:45 +0200 Subject: [PATCH] sort imports in tsstats/client.py --- tsstats/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsstats/client.py b/tsstats/client.py index bdccbb4..f6da66f 100644 --- a/tsstats/client.py +++ b/tsstats/client.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- import logging +from collections import MutableMapping from tsstats.exceptions import InvalidLog -from collections import MutableMapping logger = logging.getLogger('tsstats')