mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
Sort imports
This commit is contained in:
parent
6ddc8c94b7
commit
3d469ce28c
1 changed files with 2 additions and 3 deletions
|
@ -8,9 +8,8 @@ from os.path import dirname, join
|
|||
from jinja2 import ChoiceLoader, Environment, FileSystemLoader, PackageLoader
|
||||
|
||||
from tsstats.log import Server
|
||||
from tsstats.utils import (
|
||||
filter_threshold, seconds_to_text, sort_clients, tz_aware_datime
|
||||
)
|
||||
from tsstats.utils import (filter_threshold, seconds_to_text, sort_clients,
|
||||
tz_aware_datime)
|
||||
|
||||
logger = logging.getLogger('tsstats')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue