Skip to content

Commit 931bc08

Browse files
committed
chore: re-order imports
1 parent 3957e2d commit 931bc08

6 files changed

Lines changed: 5875 additions & 10406 deletions

File tree

language-translator/v3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import { AxiosResponse } from 'axios';
1818
import * as extend from 'extend';
1919
import { BaseService, getMissingParams } from 'ibm-cloud-sdk-core';
20-
import { getSdkHeaders } from '../lib/common';
2120
import { FileObject } from 'ibm-cloud-sdk-core';
21+
import { getSdkHeaders } from '../lib/common';
2222

2323
/**
2424
* IBM Watson™ Language Translator translates text from one language to another. The service offers multiple IBM provided translation models that you can customize based on your unique terminology and language. Use Language Translator to take news from across the globe and present it in your language, communicate with your customers in their own language, and more.

natural-language-classifier/v1-generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import { AxiosResponse } from 'axios';
1818
import * as extend from 'extend';
1919
import { BaseService, getMissingParams } from 'ibm-cloud-sdk-core';
20-
import { getSdkHeaders } from '../lib/common';
2120
import { FileObject } from 'ibm-cloud-sdk-core';
21+
import { getSdkHeaders } from '../lib/common';
2222

2323
/**
2424
* IBM Watson™ Natural Language Classifier uses machine learning algorithms to return the top matching predefined classes for short text input. You create and train a classifier to connect predefined classes to example texts so that the service can apply those classes to new inputs.

0 commit comments

Comments
 (0)