sort imports in tsstats/client.py
This commit is contained in:
parent
fde3a921f9
commit
be361e976c
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue