Skip to content

Commit b0c68f2

Browse files
committed
chore: fix order of imports
1 parent ab815db commit b0c68f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assistant/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
*/
1616

1717
import * as extend from 'extend';
18-
import { RequestResponse } from 'request';
1918
import { BaseService } from 'ibm-cloud-sdk-core';
2019
import { getMissingParams } from 'ibm-cloud-sdk-core';
20+
import { RequestResponse } from 'request';
2121
import { getDefaultHeaders } from '../lib/common';
2222

2323
/**

0 commit comments

Comments
 (0)