Fix incorrectly sorted imports
This commit is contained in:
parent
e7e8612bc0
commit
17a486bb7d
|
@ -5,7 +5,7 @@ from os import remove
|
||||||
import pytest
|
import pytest
|
||||||
from bs4 import BeautifulSoup
|
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.template import render_servers
|
||||||
from tsstats.utils import filter_threshold, seconds_to_text, sort_clients
|
from tsstats.utils import filter_threshold, seconds_to_text, sort_clients
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue