Skip to content

Commit

Permalink
Removed unused imports from touched files.
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyZoltanPeter committed Apr 23, 2024
1 parent efc2bc0 commit 9de77e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions waku/factory/app.nim
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@ import
metrics,
metrics/chronos_httpserver
import
../../waku/common/utils/nat,
../../waku/common/utils/parse_size_units,
../../waku/common/databases/db_sqlite,
../../waku/waku_archive/driver/builder,
../../waku/waku_archive/retention_policy/builder,
../../waku/waku_core,
../../waku/waku_node,
../../waku/node/waku_metrics,
../../waku/node/peer_manager,
../../waku/node/peer_manager/peer_store/waku_peer_storage,
../../waku/node/health_monitor,
../../waku/waku_api/message_cache,
../../waku/waku_api/handlers,
Expand All @@ -44,10 +38,8 @@ import
../../waku/discovery/waku_dnsdisc,
../../waku/discovery/waku_discv5,
../../waku/waku_enr/sharding,
../../waku/waku_peer_exchange,
../../waku/waku_rln_relay,
../../waku/waku_store,
../../waku/waku_lightpush/common,
../../waku/waku_filter_v2,
../../waku/factory/node_factory,
../../waku/factory/internal_config,
Expand Down
2 changes: 1 addition & 1 deletion waku/node/health_monitor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ when (NimMajor, NimMinor) < (1, 4):
else:
{.push raises: [].}

import std/[options, sequtils, strutils, tables], chronos
import std/[options], chronos

import waku_node, ../waku_rln_relay

Expand Down

0 comments on commit 9de77e3

Please sign in to comment.