Skip to content

Commit 0260fb6

Browse files
committed
refactor(api-core): rename routing.py to client_utils.py as consolidated client helper
1 parent b6fa230 commit 0260fb6

3 files changed

Lines changed: 3 additions & 279 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"google.api_core.gapic_v1.client_utils",
3030
"google.api_core.gapic_v1.config_helpers",
3131
"google.api_core.gapic_v1.requests",
32-
"google.api_core.gapic_v1.routing",
32+
"google.api_core.gapic_v1.client_utils",
3333
"google.api_core.gapic_v1.routing_header",
3434
}
3535
__all__ = [
@@ -38,7 +38,7 @@
3838
"client_utils",
3939
"config_helpers",
4040
"requests",
41-
"routing",
41+
"client_utils",
4242
"routing_header",
4343
]
4444

@@ -58,7 +58,7 @@
5858
client_utils,
5959
config_helpers,
6060
requests,
61-
routing,
61+
client_utils,
6262
routing_header,
6363
)
6464

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

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

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

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

0 commit comments

Comments
 (0)