Skip to content

Commit 13b51fe

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

23 files changed

+2288
-3195
lines changed

redis/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__)

redis/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__)

redis/google/cloud/redis.py

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

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

redis/google/cloud/redis_v1/__init__.py

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

2828

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

0 commit comments

Comments
 (0)