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

Commit 8f923ae

Browse files
committed
add missing import for pytest
1 parent 2b7f73e commit 8f923ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gapic/templates/tests/unit/gapic/%name_%version/%sub/test_legacy_helpers.py.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ try:
1111
except ImportError: # pragma: NO COVER
1212
import mock
1313

14+
import pytest
15+
1416

1517
from {% if api.naming.module_namespace %}{{ api.naming.module_namespace|join('.') }}.{% endif %}
1618
{{- api.naming.versioned_module_name }}._compat import legacy_helpers

0 commit comments

Comments
 (0)