From 22df101fcf832a5beecadf505ddaaad7eda1ab36 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 21 Aug 2023 11:11:52 +0200 Subject: [PATCH] keyfile: reduce imports (#633) --- eth/keyfile/uuid.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/keyfile/uuid.nim b/eth/keyfile/uuid.nim index b9112cc..633b6a4 100644 --- a/eth/keyfile/uuid.nim +++ b/eth/keyfile/uuid.nim @@ -20,7 +20,7 @@ import stew/[byteutils, endians2, results] -from nimcrypto import stripSpaces +from nimcrypto/utils import stripSpaces export results