Skip to content

Commit 43a876c

Browse files
committed
fix formatting for rest_async_io_enabled
1 parent ed5180a commit 43a876c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gapic/templates/setup.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies = [
5656
extras = {
5757
"async_rest": [
5858
"google-api-core[grpc] >= 2.21.0, < 3.0.0",
59-
"google-auth[aiohttp] >= 2.35.0, <3.0.0"
59+
"google-auth[aiohttp] >= 2.35.0, <3.0.0",
6060
],
6161
}
6262
{% else %}

tests/integration/goldens/redis/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
extras = {
5353
"async_rest": [
5454
"google-api-core[grpc] >= 2.21.0, < 3.0.0",
55-
"google-auth[aiohttp] >= 2.35.0, <3.0.0"
55+
"google-auth[aiohttp] >= 2.35.0, <3.0.0",
5656
],
5757
}
5858
url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-redis"

tests/integration/goldens/redis_selective/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
extras = {
5353
"async_rest": [
5454
"google-api-core[grpc] >= 2.21.0, < 3.0.0",
55-
"google-auth[aiohttp] >= 2.35.0, <3.0.0"
55+
"google-auth[aiohttp] >= 2.35.0, <3.0.0",
5656
],
5757
}
5858
url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-redis"

0 commit comments

Comments
 (0)