Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
chore: reorder imports (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 23, 2021
1 parent aeb1ce9 commit 3ce621d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion google/cloud/dialogflowcx_v3/__init__.py
Expand Up @@ -251,6 +251,7 @@
"DetectIntentResponse",
"DtmfInput",
"EntityType",
"EntityTypesClient",
"Environment",
"EnvironmentsClient",
"EventHandler",
Expand Down Expand Up @@ -399,5 +400,4 @@
"WebhookRequest",
"WebhookResponse",
"WebhooksClient",
"EntityTypesClient",
)
4 changes: 2 additions & 2 deletions google/cloud/dialogflowcx_v3beta1/__init__.py
Expand Up @@ -347,6 +347,7 @@
"SecuritySettingsServiceClient",
"SentimentAnalysisResult",
"SessionEntityType",
"SessionEntityTypesClient",
"SessionInfo",
"SessionsClient",
"SpeechModelVariant",
Expand All @@ -362,7 +363,6 @@
"TestCase",
"TestCaseError",
"TestCaseResult",
"TestCasesClient",
"TestConfig",
"TestError",
"TestResult",
Expand Down Expand Up @@ -399,5 +399,5 @@
"WebhookRequest",
"WebhookResponse",
"WebhooksClient",
"SessionEntityTypesClient",
"TestCasesClient",
)
3 changes: 1 addition & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-dialogflow-cx.git",
"sha": "39c1af0c287f082bcd6db52b0c0784f8b41e2378"
"sha": "aeb1ce98ddba2dd4f3ccc874608d6127ccaee3df"
}
},
{
Expand Down Expand Up @@ -102,7 +102,6 @@
"CONTRIBUTING.rst",
"LICENSE",
"MANIFEST.in",
"README.rst",
"docs/_static/custom.css",
"docs/_templates/layout.html",
"docs/conf.py",
Expand Down

0 comments on commit 3ce621d

Please sign in to comment.