remove unused imports

This commit is contained in:
Thor77 2015-09-04 23:06:41 +02:00
parent b36bc48a35
commit 587a083895
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
from tsstats import Clients, Client
from tsstats import Clients
ident_map = {
'1': '2',

View File

@ -6,8 +6,6 @@ import argparse
import datetime
from os import sep
import configparser
from sys import argv
from time import mktime
from time import strftime, localtime
from os.path import exists
from jinja2 import Environment, FileSystemLoader