Skip to content

Commit

Permalink
fix highload import
Browse files Browse the repository at this point in the history
  • Loading branch information
yungwine authored Dec 27, 2023
1 parent 68ff1fe commit 8a5929d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytoniq/contract/wallets/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .wallet import WalletError, Wallet, BaseWallet, WalletV3, WalletV4, WalletV3R1, WalletV3R2, WalletV4R2, WalletV3Data, WalletV4Data, WalletMessage, HighloadWallet
from .wallet import WalletError, Wallet, BaseWallet, WalletV3, WalletV4, WalletV3R1, WalletV3R2, WalletV4R2, WalletV3Data, WalletV4Data, WalletMessage
from .highload import HighloadWallet

0 comments on commit 8a5929d

Please sign in to comment.