From c9319c3968a1a8da056c86e605efaac41f925d67 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 27 Sep 2021 15:01:32 -0500 Subject: [PATCH] refactor: remove unused imports of nbaser and nim-base32 Closes #1268. Another PR in the status-im/status-lib repo will be needed to close related issue https://github.com/status-im/status-lib/issues/56. --- src/app/provider/view.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/provider/view.nim b/src/app/provider/view.nim index 788c443616..14aa671b6d 100644 --- a/src/app/provider/view.nim +++ b/src/app/provider/view.nim @@ -3,9 +3,7 @@ import status/[status, ens, chat/stickers, wallet, settings, provider] import status/types/[setting] import json, json_serialization, sets, strutils import chronicles -import nbaser import stew/byteutils -from base32 import nil logScope: topics = "provider-view"