Skip to content

Commit 8bfc4ba

Browse files
fix: fix the lint errors existing
Signed-off-by: Radhika Agrawal <agrawalradhika@google.com>
1 parent 56dc762 commit 8bfc4ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/operations_v1/test_operations_rest_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,11 @@ def test_operations_client_client_options(
355355
with pytest.raises(ValueError):
356356
client = client_class()
357357
else:
358-
with mock.patch.object(transport_class, "__init__") as patched:
358+
with mock.patch.object(transport_class, "__init__") as patched:
359359
patched.return_value = None
360360
client = client_class(
361361
credentials=ga_credentials.AnonymousCredentials(),
362-
transport=transport_name
362+
transport=transport_name,
363363
)
364364

365365
# Check the case quota_project_id is provided

0 commit comments

Comments
 (0)