Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed May 16, 2019
1 parent 0513c2b commit 8355b17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/multipart.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

const Transform = require('readable-stream').Transform
const isNode = require('detect-node')
const isSource = require('is-pull-stream').isSource
const toStream = require('pull-to-stream')

const PADDING = '--'
const NEW_LINE = '\r\n'
Expand Down

0 comments on commit 8355b17

Please sign in to comment.