Skip to content

Commit

Permalink
changes without context (#18)
Browse files Browse the repository at this point in the history
autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
  • Loading branch information
yoshi-automation committed Dec 1, 2020
1 parent efea62b commit c81c726
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
"Intent",
"IntentInput",
"IntentView",
"IntentsClient",
"ListAgentsRequest",
"ListAgentsResponse",
"ListEntityTypesRequest",
Expand Down Expand Up @@ -239,6 +238,7 @@
"SessionEntityType",
"SessionEntityTypesClient",
"SessionInfo",
"SessionsClient",
"SpeechModelVariant",
"SpeechToTextSettings",
"SpeechWordInfo",
Expand Down Expand Up @@ -269,5 +269,5 @@
"WebhookRequest",
"WebhookResponse",
"WebhooksClient",
"SessionsClient",
"IntentsClient",
)
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow-cx/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

DEFAULT_PYTHON_VERSION = "3.8"
SYSTEM_TEST_PYTHON_VERSIONS = ["3.8"]
UNIT_TEST_PYTHON_VERSIONS = ["3.6", "3.7", "3.8"]
UNIT_TEST_PYTHON_VERSIONS = ["3.6", "3.7", "3.8", "3.9"]


@nox.session(python=DEFAULT_PYTHON_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow-cx/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-dialogflow-cx.git",
"sha": "06815d6a0ac4377b6cf977a94c8d44753abe9d39"
"sha": "e691f77b8415a5df684a67a1df4b1a1bddf6dace"
}
},
{
Expand Down

0 comments on commit c81c726

Please sign in to comment.