Skip to content

Commit

Permalink
fix(rest): Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Nov 16, 2017
1 parent 8bf90f8 commit 76a08ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/rest/test/unit/parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
parseOperationArgs,
ParsedRequest,
parseRequestUrl,
ResolvedRoute,
PathParameterValues,
Route,
createResolvedRoute,
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/test/unit/router/reject.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

import {Reject, RejectProvider, LogError} from '../../..';
import {RejectProvider, LogError} from '../../..';

import {
expect,
Expand Down
1 change: 0 additions & 1 deletion packages/rest/test/unit/router/routing-table.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
ParsedRequest,
parseRequestUrl,
RoutingTable,
ResolvedRoute,
ControllerRoute,
} from '../../..';
import {expect, ShotRequestOptions, ShotRequest} from '@loopback/testlab';
Expand Down

0 comments on commit 76a08ee

Please sign in to comment.