Skip to content

Commit aff1c88

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

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

redis/noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ def blacken(session):
4545
"""Run black.
4646
4747
Format code to uniform standard.
48+
49+
This currently uses Python 3.6 due to the automated Kokoro run of synthtool.
50+
That run uses an image that doesn't have 3.6 installed. Before updating this
51+
check the state of the `gcp_ubuntu_config` we use for that Kokoro run.
4852
"""
4953
session.install("black")
5054
session.run(

redis/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-02-02T13:26:01.376786Z",
2+
"updateTime": "2019-02-20T18:13:20.180607Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.8",
8-
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
7+
"version": "0.16.13",
8+
"dockerImage": "googleapis/artman@sha256:5fd9aee1d82a00cebf425c8fa431f5457539562f5867ad9c54370f0ec9a7ccaa"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
16-
"internalRef": "231974277"
15+
"sha": "18ab81eec27942a942622d5a8d9c9e7a202e8c16",
16+
"internalRef": "234814197"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)