1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-05-14 16:12:32 -04:00

sort imports in tsstats/client.py

This commit is contained in:
Thor77 2016-06-10 16:48:45 +02:00
parent fde3a921f9
commit be361e976c

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