Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit d0d5fe9

Browse files
committed
add missing import for os
1 parent e6a2fac commit d0d5fe9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

gapic/templates/%namespace/%name_%version/%sub/_compat/legacy_helpers.py.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
import os
3+
24
from google.auth.exceptions import MutualTLSChannelError # type: ignore
35

46
def _read_environment_variables():

tests/integration/goldens/asset/google/cloud/asset_v1/_compat/legacy_helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
import os
3+
24
from google.auth.exceptions import MutualTLSChannelError # type: ignore
35

46
def _read_environment_variables():

0 commit comments

Comments
 (0)