Sort imports
This commit is contained in:
parent
c86af0bed3
commit
6b02a4ac8b
|
@ -2,8 +2,8 @@ import logging
|
||||||
|
|
||||||
import pendulum
|
import pendulum
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
|
|
||||||
from tsstats.log import Server, _parse_details
|
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