Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit c4a0c10

Browse files
chore: use gapic-generator-python 1.3.1 (#302)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 472772457 Source-Link: googleapis/googleapis@855b74d Source-Link: https://github.com/googleapis/googleapis-gen/commit/b64b1e7da3e138f15ca361552ef0545e54891b4f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjY0YjFlN2RhM2UxMzhmMTVjYTM2MTU1MmVmMDU0NWU1NDg5MWI0ZiJ9
1 parent 4247d97 commit c4a0c10

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/unit/gapic/tasks_v2/test_cloud_tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# try/except added for compatibility with python < 3.8
1919
try:
2020
from unittest import mock
21-
from unittest.mock import AsyncMock
22-
except ImportError:
21+
from unittest.mock import AsyncMock # pragma: NO COVER
22+
except ImportError: # pragma: NO COVER
2323
import mock
2424

2525
import math

tests/unit/gapic/tasks_v2beta2/test_cloud_tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# try/except added for compatibility with python < 3.8
1919
try:
2020
from unittest import mock
21-
from unittest.mock import AsyncMock
22-
except ImportError:
21+
from unittest.mock import AsyncMock # pragma: NO COVER
22+
except ImportError: # pragma: NO COVER
2323
import mock
2424

2525
import math

tests/unit/gapic/tasks_v2beta3/test_cloud_tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# try/except added for compatibility with python < 3.8
1919
try:
2020
from unittest import mock
21-
from unittest.mock import AsyncMock
22-
except ImportError:
21+
from unittest.mock import AsyncMock # pragma: NO COVER
22+
except ImportError: # pragma: NO COVER
2323
import mock
2424

2525
import math

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy