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:
parent
2e68be238c
commit
c9319c3968
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue