Sort imports

This commit is contained in:
Thor77 2018-02-01 21:41:39 +01:00
parent 9d9a7cf2b5
commit 97425aa08d
2 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,8 @@ try:
except ImportError:
from ConfigParser import RawConfigParser
import os
import logging
import os
logger = logging.getLogger('tsstats')

View File

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
import os
import shutil
import pytest