Skip to content

Commit 0482ae6

Browse files
committed
fix(api-core): remove redundant request.py and test_request.py, sort imports in requests.py
1 parent 6bb65bc commit 0482ae6

3 files changed

Lines changed: 1 addition & 187 deletions

File tree

packages/google-api-core/google/api_core/gapic_v1/request.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

packages/google-api-core/google/api_core/gapic_v1/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
if they are not already set.
2222
"""
2323

24-
import uuid
2524
from typing import Union
25+
import uuid
2626

2727
import google.protobuf.message
2828

packages/google-api-core/tests/unit/gapic/test_request.py

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)