Skip to content

Commit

Permalink
fix: fix stray import
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Aug 17, 2023
1 parent 89214b7 commit e1f1a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Connection} from "@libp2p/interface/connection";
import {CustomEvent} from "@libp2p/interfaces/events";
import {CustomEvent} from "@libp2p/interface/events";
import sinon from "sinon";
import {expect} from "chai";
import {BitArray} from "@chainsafe/ssz";
Expand Down

0 comments on commit e1f1a43

Please sign in to comment.