From af0b7b85632c0a41002942671d84494e82f93d55 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Mon, 30 Mar 2026 01:33:44 +0200 Subject: [PATCH] locate well imports in waku.nimble --- waku.nimble | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/waku.nimble b/waku.nimble index 295853bc6..f4efee4c6 100644 --- a/waku.nimble +++ b/waku.nimble @@ -1,6 +1,6 @@ #!fmt: off -import os +import json, sequtils, strutils, os mode = ScriptMode.Verbose ### Package @@ -61,8 +61,6 @@ requires "https://github.com/logos-messaging/nim-ffi" ### Pinned dependencies — source of truth is nimble.lock task install_pinned, "Install dependencies pinned in nimble.lock": - import json, sequtils, strutils - let lock = parseFile("nimble.lock") var toInstall: seq[(string, string)] for name, pkg in lock["packages"].pairs: