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.
This commit is contained in:
Michael Bradley, Jr 2021-09-27 15:01:32 -05:00 committed by Iuri Matias
parent 2e68be238c
commit c9319c3968
1 changed files with 0 additions and 2 deletions

View File

@ -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"