refactor(stickers): remove one import from old status-lib code

Only two imports remain. They will be removed once the chat is refactored
This commit is contained in:
Jonathan Rainville 2021-12-02 10:59:39 -05:00 committed by Sale Djenic
parent d8a90eda6c
commit 0d3a8e4d11
1 changed files with 3 additions and 4 deletions

View File

@ -1,13 +1,11 @@
import NimQml, Tables, json, sequtils, chronicles, strutils, atomics, sets, strutils, tables, stint
import status/types/[transaction, sticker]
import httpclient
import eventemitter
import ../../../app/core/[main]
import ../../../app/core/tasks/[qt, threadpool]
import
web3/ethtypes, web3/conversions, stew/byteutils, nimcrypto, json_serialization, chronicles
import web3/ethtypes, web3/conversions, stew/byteutils, nimcrypto, json_serialization, chronicles
import json, tables, json_serialization
import status/statusgo_backend_new/stickers as status_stickers
@ -28,6 +26,7 @@ import ../eth/dto/edn_dto as edn_helper
# TODO Remove those imports once chat is refactored
import status/statusgo_backend/chat as status_chat
import status/types/[sticker]
export StickerDto
export StickerPackDto
@ -154,7 +153,7 @@ QtObject:
result,
address,
$sntContract.address,
transaction.PendingTransactionType.BuyStickerPack,
transactions.PendingTransactionType.BuyStickerPack,
$packId
)