Fix pep8 compliance issue from 81c3b68c78219a19e4be8953f75a3e8d34828fe5
[testsuite/python-testing-utils.git] / robotframework-onap / ONAPLibrary / KafkaKeywords.py
index b52d25a..ba49d68 100644 (file)
@@ -22,6 +22,7 @@ import logging
 
 logging.getLogger("kafka").setLevel(logging.CRITICAL)
 
+
 class KafkaKeywords(object):
     """ Utilities useful for Kafka consuming and producing """