Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
chore: reorder imports (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 23, 2021
1 parent 4717cb2 commit bb6b2be
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 6 deletions.
4 changes: 2 additions & 2 deletions google/cloud/dialogflow_v2/__init__.py
Expand Up @@ -228,7 +228,6 @@
"ConversationPhoneNumber",
"ConversationProfile",
"ConversationProfilesClient",
"ConversationsClient",
"CreateCallMatcherRequest",
"CreateContextRequest",
"CreateConversationProfileRequest",
Expand Down Expand Up @@ -285,6 +284,7 @@
"IntentView",
"IntentsClient",
"KnowledgeBase",
"KnowledgeBasesClient",
"KnowledgeOperationMetadata",
"ListAnswerRecordsRequest",
"ListAnswerRecordsResponse",
Expand Down Expand Up @@ -371,5 +371,5 @@
"VoiceSelectionParams",
"WebhookRequest",
"WebhookResponse",
"KnowledgeBasesClient",
"ConversationsClient",
)
4 changes: 2 additions & 2 deletions google/cloud/dialogflow_v2beta1/__init__.py
Expand Up @@ -318,9 +318,9 @@
"Intent",
"IntentBatch",
"IntentView",
"IntentsClient",
"KnowledgeAnswers",
"KnowledgeBase",
"KnowledgeBasesClient",
"KnowledgeOperationMetadata",
"ListAnswerRecordsRequest",
"ListAnswerRecordsResponse",
Expand Down Expand Up @@ -415,5 +415,5 @@
"VoiceSelectionParams",
"WebhookRequest",
"WebhookResponse",
"KnowledgeBasesClient",
"IntentsClient",
)

0 comments on commit bb6b2be

Please sign in to comment.