remove unused imports

This commit is contained in:
Jazz Turner-Baggs 2025-11-20 16:02:57 -08:00
parent 27f748399f
commit 1ca9c19113
No known key found for this signature in database
11 changed files with 5 additions and 18 deletions

View File

@ -16,7 +16,6 @@ import # Foreign
types
import #local
conversation_store,
conversations,
conversations/convo_impl,
crypto,

View File

@ -1,9 +1,5 @@
import std/[options, times]
import ./conversations/[convo_type, message]
import crypto
import identity
import proto_types
import types
type ConvoId = string

View File

@ -7,7 +7,6 @@ import
libp2p/peerid,
std/random,
stew/byteutils,
std/sequtils,
strformat,
waku/[
common/logging,
@ -20,7 +19,7 @@ import
waku_filter_v2/client,
]
import ../utils, ../proto_types
import ../proto_types
logScope:
topics = "chat waku"

View File

@ -1,8 +1,6 @@
import crypto
import utils
import results
import crypto
type

View File

@ -11,8 +11,7 @@ import
crypto,
delivery/waku_client,
proto_types,
types,
utils
types
logScope:
topics = "chat inbox"

View File

@ -1,5 +1,4 @@
import base64
import chronicles
import chronos
import strformat
import strutils

View File

@ -1,5 +1,5 @@
import waku/waku_core
import std/[macros, random, times]
import std/[macros, times]
import blake2
import strutils

View File

@ -4,7 +4,6 @@
import protobuf_serialization # This import is needed or th macro will not work
import protobuf_serialization/proto_parser
import results
import std/random
import strformat
import ../chat_sdk/proto_types

View File

@ -1,7 +1,6 @@
import naxolotl/[
naxolotl,
curve25519,
types,
errors
]

View File

@ -1,8 +1,7 @@
import nim_chacha20_poly1305/[common, chacha20_poly1305, streaming, helpers, poly1305]
import nim_chacha20_poly1305/[common, chacha20_poly1305, poly1305]
import std/[sysrand]
import results
import strformat
import chronicles
import types
import errors

View File

@ -1,7 +1,7 @@
import curve25519
import results
import chronicles
import nim_chacha20_poly1305/[common,helpers]
import nim_chacha20_poly1305/common
import strformat
import strutils
import sequtils