From aa744f4d6f385db2dcd835a1face648cf916d887 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 6 Apr 2021 11:34:41 +0200 Subject: [PATCH] Remove unused import --- tests/nitro/protocol/testChannel.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/nitro/protocol/testChannel.nim b/tests/nitro/protocol/testChannel.nim index 48337df..46502f5 100644 --- a/tests/nitro/protocol/testChannel.nim +++ b/tests/nitro/protocol/testChannel.nim @@ -1,6 +1,5 @@ import pkg/nitro/protocol/abi import pkg/nimcrypto -import pkg/stew/byteutils import ../basics suite "channel definition":