remove unused

This commit is contained in:
Sasha 2024-04-18 23:33:18 +02:00
parent f039d8fdd2
commit fa5cc104a1
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import {
type IProtoMessage, type IProtoMessage,
} from "@waku/interfaces"; } from "@waku/interfaces";
import { WakuMessage } from "@waku/proto"; import { WakuMessage } from "@waku/proto";
import { contentTopicToPubsubTopic } from "@waku/utils";
import debug from "debug"; import debug from "debug";
import { HandshakeResult, HandshakeStepResult } from "./handshake.js"; import { HandshakeResult, HandshakeStepResult } from "./handshake.js";