Skip to content

Commit 414a0ce

Browse files
committed
lint
1 parent 1ba2168 commit 414a0ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unit/operations_v1/test_operations_rest_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ def test_operations_client_client_options(
368368
always_use_jwt_access=True,
369369
)
370370

371-
372371
# Check the case credentials_file is provided
373372
options = client_options.ClientOptions(credentials_file="credentials.json")
374373
with mock.patch.object(transport_class, "__init__") as patched:
@@ -386,8 +385,6 @@ def test_operations_client_client_options(
386385
)
387386

388387

389-
390-
391388
# TODO: Add support for mtls in async REST
392389
@pytest.mark.parametrize(
393390
"client_class,transport_class,transport_name,use_client_cert_env",

0 commit comments

Comments
 (0)