Skip to content

Commit 0d7cc3e

Browse files
[CHANGE ME] Re-generated tasks to pick up changes in the API or client library generator.
1 parent fd126fd commit 0d7cc3e

35 files changed

+5119
-7276
lines changed

tasks/google/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616

1717
try:
1818
import pkg_resources
19-
2019
pkg_resources.declare_namespace(__name__)
2120
except ImportError:
2221
import pkgutil
23-
2422
__path__ = pkgutil.extend_path(__path__, __name__)

tasks/google/cloud/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616

1717
try:
1818
import pkg_resources
19-
2019
pkg_resources.declare_namespace(__name__)
2120
except ImportError:
2221
import pkgutil
23-
2422
__path__ = pkgutil.extend_path(__path__, __name__)

tasks/google/cloud/tasks.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@
2020
from google.cloud.tasks_v2beta3 import enums
2121
from google.cloud.tasks_v2beta3 import types
2222

23-
__all__ = ("enums", "types", "CloudTasksClient")
23+
__all__ = (
24+
'enums',
25+
'types',
26+
'CloudTasksClient',
27+
)

tasks/google/cloud/tasks_v2beta2/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ class CloudTasksClient(cloud_tasks_client.CloudTasksClient):
2626
enums = enums
2727

2828

29-
__all__ = ("enums", "types", "CloudTasksClient")
29+
__all__ = (
30+
'enums',
31+
'types',
32+
'CloudTasksClient',
33+
)

0 commit comments

Comments
 (0)