1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-05-02 10:15:43 -04:00

Fix incorrectly sorted imports

This commit is contained in:
Thor77 2016-11-23 21:19:21 +01:00
parent e7e8612bc0
commit 17a486bb7d

View file

@ -5,7 +5,7 @@ from os import remove
import pytest
from bs4 import BeautifulSoup
from tsstats.log import _parse_details, Server
from tsstats.log import Server, _parse_details
from tsstats.template import render_servers
from tsstats.utils import filter_threshold, seconds_to_text, sort_clients