Skip to content

Commit a811fa0

Browse files
chore: reorder imports (#59)
1 parent d3f4aec commit a811fa0

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
"DetectIntentResponse",
252252
"DtmfInput",
253253
"EntityType",
254+
"EntityTypesClient",
254255
"Environment",
255256
"EnvironmentsClient",
256257
"EventHandler",
@@ -399,5 +400,4 @@
399400
"WebhookRequest",
400401
"WebhookResponse",
401402
"WebhooksClient",
402-
"EntityTypesClient",
403403
)

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@
347347
"SecuritySettingsServiceClient",
348348
"SentimentAnalysisResult",
349349
"SessionEntityType",
350+
"SessionEntityTypesClient",
350351
"SessionInfo",
351352
"SessionsClient",
352353
"SpeechModelVariant",
@@ -362,7 +363,6 @@
362363
"TestCase",
363364
"TestCaseError",
364365
"TestCaseResult",
365-
"TestCasesClient",
366366
"TestConfig",
367367
"TestError",
368368
"TestResult",
@@ -399,5 +399,5 @@
399399
"WebhookRequest",
400400
"WebhookResponse",
401401
"WebhooksClient",
402-
"SessionEntityTypesClient",
402+
"TestCasesClient",
403403
)

packages/google-cloud-dialogflow-cx/synth.metadata

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-dialogflow-cx.git",
7-
"sha": "39c1af0c287f082bcd6db52b0c0784f8b41e2378"
7+
"sha": "aeb1ce98ddba2dd4f3ccc874608d6127ccaee3df"
88
}
99
},
1010
{
@@ -102,7 +102,6 @@
102102
"CONTRIBUTING.rst",
103103
"LICENSE",
104104
"MANIFEST.in",
105-
"README.rst",
106105
"docs/_static/custom.css",
107106
"docs/_templates/layout.html",
108107
"docs/conf.py",

0 commit comments

Comments
 (0)