mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-04 04:34:30 -04:00
Sort imports
This commit is contained in:
parent
9d9a7cf2b5
commit
97425aa08d
2 changed files with 1 additions and 3 deletions
|
@ -4,8 +4,8 @@ try:
|
|||
except ImportError:
|
||||
from ConfigParser import RawConfigParser
|
||||
|
||||
import os
|
||||
import logging
|
||||
import os
|
||||
|
||||
logger = logging.getLogger('tsstats')
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
|
||||
|
||||
import shutil
|
||||
|
||||
import pytest
|
||||
|
|
Loading…
Add table
Reference in a new issue