From: Bartek Grzybowski Date: Thu, 9 Jan 2020 11:57:40 +0000 (+0100) Subject: Fix pep8 compliance issue from 81c3b68c78219a19e4be8953f75a3e8d34828fe5 X-Git-Tag: 6.0.0-ONAP~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cbf9af30c2db09021288a1a1eb399c06577ac13b;p=testsuite%2Fpython-testing-utils.git Fix pep8 compliance issue from 81c3b68c78219a19e4be8953f75a3e8d34828fe5 Change-Id: Ie97c46039b29da9ee8fcf3188e55e0ea0129f4a9 Signed-off-by: Bartek Grzybowski Issue-ID: DCAEGEN2-565 --- diff --git a/robotframework-onap/ONAPLibrary/KafkaKeywords.py b/robotframework-onap/ONAPLibrary/KafkaKeywords.py index b52d25a..ba49d68 100644 --- a/robotframework-onap/ONAPLibrary/KafkaKeywords.py +++ b/robotframework-onap/ONAPLibrary/KafkaKeywords.py @@ -22,6 +22,7 @@ import logging logging.getLogger("kafka").setLevel(logging.CRITICAL) + class KafkaKeywords(object): """ Utilities useful for Kafka consuming and producing """