Fix incorrectly sorted imports

This commit is contained in:
Thor77 2016-11-23 21:19:21 +01:00
parent e7e8612bc0
commit 17a486bb7d
1 changed files with 1 additions and 1 deletions

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