sort imports in tsstats/client.py

This commit is contained in:
Thor77 2016-06-10 16:48:45 +02:00
parent fde3a921f9
commit be361e976c
1 changed files with 1 additions and 1 deletions

View File

@ -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')