fix: remove unneeded import

This commit is contained in:
Derrick Hammer 2023-07-04 09:50:33 -04:00
parent a76d3cd961
commit 3a84b0e1cb
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
// @ts-ignore
import Hyperswarm from "hyperswarm";
import RpcNetworkQueryFactory from "./query/index.js";
import b4a from "b4a";
import { createHash, maybeGetAsyncProperty } from "./util.js";
import { uint8ArrayToHexString } from "binconv";