Skip to content

Commit a1e887a

Browse files
committed
style fix
1 parent b986c92 commit a1e887a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

tests/integration/admin/test_describe_consumer_groups_compatability.py

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
from confluent_kafka import ConsumerGroupState, ConsumerGroupType, TopicPartition
1717
import uuid
1818

19-
from tests.common import TestUtils
20-
2119
topic_prefix = "test-topic"
2220

2321

@@ -114,13 +112,13 @@ def test_describe_consumer_groups_compatability(kafka_cluster):
114112
# Create Topic
115113
topic_config = {"compression.type": "gzip"}
116114
our_topic = kafka_cluster.create_topic_and_wait_propogation(topic_prefix,
117-
{
118-
"num_partitions": 1,
119-
"config": topic_config,
120-
"replication_factor": 1,
121-
},
122-
validate_only=False
123-
)
115+
{
116+
"num_partitions": 1,
117+
"config": topic_config,
118+
"replication_factor": 1,
119+
},
120+
validate_only=False
121+
)
124122

125123
# Delete created topic
126124
fs = admin_client.delete_topics([our_topic])

0 commit comments

Comments
 (0)