Skip to content

Commit 67d3a63

Browse files
PratRanj07pranavrth
authored andcommitted
build Fix
1 parent 31f2531 commit 67d3a63

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/adminapi.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -907,10 +907,9 @@ def example_elect_leaders(a, args):
907907
print(f"Error electing leader for topic {topic_partition.topic}" +
908908
f" partition {topic_partition.partition}: {error}")
909909
else:
910-
print(
911-
f"Leader Election started for topic {
912-
topic_partition.topic} partition {
913-
topic_partition.partition}")
910+
print("Leader Election started for topic " +
911+
f"{topic_partition.topic} partition " +
912+
f"{topic_partition.partition}")
914913
except KafkaException as e:
915914
print(f"Error electing leaders: {e}")
916915

0 commit comments

Comments
 (0)