diff options
| -rw-r--r-- | consumer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/consumer.py b/consumer.py index 06d553b..8d15b07 100644 --- a/consumer.py +++ b/consumer.py @@ -1,4 +1,4 @@ -from kafka import KafkaConsumer, TopicPartition +from kafka import KafkaConsumer import json import re from database_configuration import insert_tweet |
