Skip to content

Commit 3bd71eb

Browse files
committed
fix import
1 parent d3b0660 commit 3bd71eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapic/templates/%namespace/%name_%version/%sub/__init__.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from {{package_path}} import gapic_version as package_version
88
__version__ = package_version.__version__
99

1010

11-
import google.api_core
11+
import google.api_core as api_core
1212

1313
{# How do we get the name of the PyPI path into this template? We
1414
want the string arguments below to be something like

0 commit comments

Comments
 (0)