fix: remove unneeded import
This commit is contained in:
parent
a76d3cd961
commit
3a84b0e1cb
|
@ -1,7 +1,6 @@
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import Hyperswarm from "hyperswarm";
|
import Hyperswarm from "hyperswarm";
|
||||||
import RpcNetworkQueryFactory from "./query/index.js";
|
import RpcNetworkQueryFactory from "./query/index.js";
|
||||||
import b4a from "b4a";
|
|
||||||
import { createHash, maybeGetAsyncProperty } from "./util.js";
|
import { createHash, maybeGetAsyncProperty } from "./util.js";
|
||||||
import { uint8ArrayToHexString } from "binconv";
|
import { uint8ArrayToHexString } from "binconv";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue