You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ch...@apache.org on 2021/02/19 04:11:15 UTC

[kafka] branch 2.8 updated: MINOR: Added missing import (KafkaVersion) to kafka.py (#10154)

This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch 2.8
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.8 by this push:
     new 3568392  MINOR: Added missing import (KafkaVersion) to kafka.py (#10154)
3568392 is described below

commit 3568392ed0402f560f0c452695c76d7a1cf6bb7c
Author: Justine Olshan <jo...@confluent.io>
AuthorDate: Thu Feb 18 23:09:29 2021 -0500

    MINOR: Added missing import (KafkaVersion) to kafka.py (#10154)
    
    Reviewers: Ron Dagostino <rd...@confluent.io>, Chia-Ping Tsai <ch...@gmail.com>
---
 tests/kafkatest/services/kafka/kafka.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/kafkatest/services/kafka/kafka.py b/tests/kafkatest/services/kafka/kafka.py
index 92b445f..1b8810c 100644
--- a/tests/kafkatest/services/kafka/kafka.py
+++ b/tests/kafkatest/services/kafka/kafka.py
@@ -31,6 +31,7 @@ from kafkatest.services.security.minikdc import MiniKdc
 from kafkatest.services.security.listener_security_config import ListenerSecurityConfig
 from kafkatest.services.security.security_config import SecurityConfig
 from kafkatest.version import DEV_BRANCH
+from kafkatest.version import KafkaVersion
 from kafkatest.services.kafka.util import fix_opts_for_new_jvm