Skip to content

Commit

Permalink
Bug fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ML-Guy authored Oct 3, 2019
1 parent 17d1a6f commit 07afd71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eazyserver/core/confluent_kafka_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
from confluent_kafka import Consumer as KafkaConsumer
from confluent_kafka import TopicPartition

from datetime import datetime

#############################
## Helper Methods
#############################
Expand Down

0 comments on commit 07afd71

Please sign in to comment.