We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cff23 commit ab5795bCopy full SHA for ab5795b
1 file changed
packages/google-api-core/google/api_core/gapic_v1/__init__.py
@@ -13,12 +13,12 @@
13
# limitations under the License.
14
15
__lazy_modules__ = {
16
- f"{__name__}.client_info",
17
- f"{__name__}.config",
18
- f"{__name__}.config_async",
19
- f"{__name__}.method",
20
- f"{__name__}.method_async",
21
- f"{__name__}.routing_header",
+ "google.api_core.gapic_v1.client_info",
+ "google.api_core.gapic_v1.config",
+ "google.api_core.gapic_v1.config_async",
+ "google.api_core.gapic_v1.method",
+ "google.api_core.gapic_v1.method_async",
+ "google.api_core.gapic_v1.routing_header",
22
}
23
24
from google.api_core.gapic_v1 import client_info
0 commit comments