Skip to content

Commit 7544434

Browse files
committed
Style check
1 parent 5e13ed7 commit 7544434

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/integration/admin/test_user_scram_credentials.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
from tests.common import TestUtils
2626

27+
2728
def test_user_scram_credentials(kafka_cluster):
2829
"""
2930
Tests for the alter and describe SASL/SCRAM credential operations.

tests/integration/producer/test_transactions.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
from tests.common import TestConsumer
2525

26+
2627
def called_by():
2728
if sys.version_info < (3, 5):
2829
return inspect.stack()[1][3]

0 commit comments

Comments
 (0)