removing unused import

This commit is contained in:
Mike Siegel
2018-10-29 07:51:21 -04:00
parent 0c47ac178d
commit 0e398f2c8d

View File

@@ -6,7 +6,6 @@ import json
from kafka import KafkaProducer
from kafka.errors import NoBrokersAvailable, UnknownTopicOrPartitionError
from collections import OrderedDict
from parsedmarc.utils import human_timestamp_to_datetime, timestamp_to_human
logger = logging.getLogger("parsedmarc")