Sort imports
This commit is contained in:
parent
6ddc8c94b7
commit
3d469ce28c
|
@ -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…
Reference in New Issue