mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
remove unused imports
This commit is contained in:
parent
4b89f5850a
commit
57715899dd
@ -16,7 +16,6 @@ import # Foreign
|
||||
types
|
||||
|
||||
import #local
|
||||
conversation_store,
|
||||
conversations,
|
||||
conversations/convo_impl,
|
||||
crypto,
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
|
||||
import crypto
|
||||
import utils
|
||||
import results
|
||||
import crypto
|
||||
|
||||
|
||||
type
|
||||
|
||||
@ -11,8 +11,7 @@ import
|
||||
crypto,
|
||||
delivery/waku_client,
|
||||
proto_types,
|
||||
types,
|
||||
utils
|
||||
types
|
||||
|
||||
logScope:
|
||||
topics = "chat inbox"
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
import base64
|
||||
import chronicles
|
||||
import chronos
|
||||
import strformat
|
||||
import strutils
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import waku/waku_core
|
||||
import std/[macros, random, times]
|
||||
import std/[macros, times]
|
||||
import blake2
|
||||
import strutils
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
import naxolotl/[
|
||||
naxolotl,
|
||||
curve25519,
|
||||
types,
|
||||
errors
|
||||
]
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user