Skip to content

Commit 46c07e0

Browse files
committed
ruff fix
1 parent 4aa4ebd commit 46c07e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_storage_connector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def test_confluent_options_jaas_double_quotes(self, mocker):
763763
"sasl.password": "111",
764764
"sasl.username": "222",
765765
}
766-
766+
767767
def test_kafka_options_kerberos(self, mocker, backend_fixtures):
768768
# Arrange
769769
mock_engine_get_instance = mocker.patch("hsfs.engine.get_instance")

0 commit comments

Comments
 (0)