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

Commit 8355b17

Browse files
committed
chore: fix lint
1 parent 0513c2b commit 8355b17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/multipart.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
const Transform = require('readable-stream').Transform
44
const isNode = require('detect-node')
5-
const isSource = require('is-pull-stream').isSource
6-
const toStream = require('pull-to-stream')
75

86
const PADDING = '--'
97
const NEW_LINE = '\r\n'

0 commit comments

Comments
 (0)