Skip to content

Commit d671416

Browse files
committed
fix(api-core): fix lint and formatting in rest helpers and tests
1 parent b804743 commit d671416

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

packages/google-api-core/google/api_core/rest_helpers.py

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

1717
import functools
1818
import operator
19-
from typing import Any, Dict, List, Optional, Set, Tuple
19+
from typing import Any, Dict, List, Optional, Tuple
2020

2121
from google.api_core import path_template
2222
from google.protobuf import json_format

packages/google-api-core/tests/unit/test_rest_helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,3 @@ def test_transcode_request_proto_plus_wrapper():
276276

277277
transcoded, _, _ = transcode_request(http_options, mock_proto_plus)
278278
assert transcoded["uri"] == "/v1/test/proto-plus-field"
279-
280-

0 commit comments

Comments
 (0)