Skip to content

Commit

Permalink
chore: Fix Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentoanit committed Oct 20, 2019
1 parent 6893763 commit 2b73de4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/http-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ import HttpStatus from 'http-status-codes'
import { ExtendableError } from 'ts-error'
import setupPolly from './polly'
import { HttpClient } from '../src/http-client'
import {
NullError,
ResourceNotFoundError,
InvalidProgramStateError,
} from '../src/errors'
import { NullError, ResourceNotFoundError, InvalidProgramStateError } from '../src/errors'

import { httpClientFactory, SANDBOX_URI } from './http-client-factory'

Expand Down

0 comments on commit 2b73de4

Please sign in to comment.