Skip to content

Commit

Permalink
chore: fix order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dpopp07 committed Mar 13, 2019
1 parent ab815db commit b0c68f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistant/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
*/

import * as extend from 'extend';
import { RequestResponse } from 'request';
import { BaseService } from 'ibm-cloud-sdk-core';
import { getMissingParams } from 'ibm-cloud-sdk-core';
import { RequestResponse } from 'request';
import { getDefaultHeaders } from '../lib/common';

/**
Expand Down

0 comments on commit b0c68f2

Please sign in to comment.