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

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc committed May 10, 2019
1 parent c9a9034 commit 5b4f1f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/files-regular/refs-local-pull-stream.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict'

const cleanCID = require('../utils/clean-cid')
const v = require('is-ipfs')
const pull = require('pull-stream')
const toPull = require('stream-to-pull-stream')
const deferred = require('pull-defer')
Expand Down
2 changes: 0 additions & 2 deletions src/files-regular/refs-local-readable-stream.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict'

const cleanCID = require('../utils/clean-cid')
const v = require('is-ipfs')
const Stream = require('readable-stream')
const pump = require('pump')
const through = require('through2')
Expand Down
2 changes: 0 additions & 2 deletions src/files-regular/refs-local.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
'use strict'

const IsIpfs = require('is-ipfs')
const promisify = require('promisify-es6')
const streamToValueWithTransformer = require('../utils/stream-to-value-with-transformer')
const moduleConfig = require('../utils/module-config')
const cleanCID = require('../utils/clean-cid')

module.exports = (arg) => {
const send = moduleConfig(arg)
Expand Down

0 comments on commit 5b4f1f4

Please sign in to comment.