Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 4cc91f1

Browse files
committed
fix: removing unused import
1 parent a9fcb1a commit 4cc91f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dial.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const multistream = require('multistream-select')
44
const Connection = require('interface-connection').Connection
55
const debug = require('debug')
66
const log = debug('libp2p:swarm:dial')
7-
const includes = require('lodash/includes')
8-
const Circuit = require('libp2p-circuit')
97

108
const protocolMuxer = require('./protocol-muxer')
119

0 commit comments

Comments
 (0)