Skip to content

Commit 392675a

Browse files
authored
fix mypy issue (#866)
1 parent cf6fdd1 commit 392675a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/connector/test_confluent_kafka_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
class CommonConfluentKafkaTestCase:
19-
expected_metrics = []
19+
expected_metrics: list = []
2020

2121
def test_client_id_is_set_to_hostname(self):
2222
self.object.setup()

0 commit comments

Comments
 (0)