Skip to content

Commit 40916af

Browse files
committed
fix: solved pre-commit errors
1 parent f6d98d0 commit 40916af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyinjective/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
from pyinjective.client.model.pagination import PaginationOption
2020
from pyinjective.composer import Composer
2121
from pyinjective.constant import GAS_PRICE
22-
from pyinjective.core.market import BinaryOptionMarket, DerivativeMarket, SpotMarket
2322
from pyinjective.core.ibc.channel.grpc.ibc_channel_grpc_api import IBCChannelGrpcApi
2423
from pyinjective.core.ibc.client.grpc.ibc_client_grpc_api import IBCClientGrpcApi
2524
from pyinjective.core.ibc.connection.grpc.ibc_connection_grpc_api import IBCConnectionGrpcApi
2625
from pyinjective.core.ibc.transfer.grpc.ibc_transfer_grpc_api import IBCTransferGrpcApi
26+
from pyinjective.core.market import BinaryOptionMarket, DerivativeMarket, SpotMarket
2727
from pyinjective.core.network import Network
2828
from pyinjective.core.tendermint.grpc.tendermint_grpc_api import TendermintGrpcApi
2929
from pyinjective.core.token import Token

0 commit comments

Comments
 (0)