Skip to content

Commit

Permalink
chore: reorder imports (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Mar 23, 2021
1 parent 463333e commit 7709ec6
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 6 deletions.
Original file line number Diff line number Diff line change
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",
)
Original file line number Diff line number Diff line change
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",
)
Loading

0 comments on commit 7709ec6

Please sign in to comment.