From 9ed1be7e8f6b31ed9e6748cbc65aa27da5f2bba3 Mon Sep 17 00:00:00 2001 From: Sergei Tikhomirov Date: Thu, 30 Jan 2025 16:40:03 +0100 Subject: [PATCH] remove unnecessary import Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> --- tests/incentivization/test_poc.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/incentivization/test_poc.nim b/tests/incentivization/test_poc.nim index 148c8c61ab..7490c23040 100644 --- a/tests/incentivization/test_poc.nim +++ b/tests/incentivization/test_poc.nim @@ -1,7 +1,7 @@ {.used.} import - std/[options, sets], + std/options, testutils/unittests, chronos, web3,