Skip to content

Commit 915fb84

Browse files
author
abel
committed
(fix) Remove unrequired import statements
1 parent fa2cb8c commit 915fb84

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

examples/chain_client/44_MessageBroadcaster.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import asyncio
2-
import logging
32

43
from pyinjective.composer import Composer as ProtoMsgComposer
5-
from pyinjective.async_client import AsyncClient
64
from pyinjective.core.broadcaster import MsgBroadcasterWithPk
7-
from pyinjective.transaction import Transaction
85
from pyinjective.constant import Network
96
from pyinjective.wallet import PrivateKey
107

examples/chain_client/45_MessageBroadcasterWithGranteeAccount.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import asyncio
2-
import logging
32

43
from pyinjective.composer import Composer as ProtoMsgComposer
54
from pyinjective.async_client import AsyncClient
65
from pyinjective.core.broadcaster import MsgBroadcasterWithPk
7-
from pyinjective.transaction import Transaction
86
from pyinjective.constant import Network
97
from pyinjective.wallet import PrivateKey, Address
108

0 commit comments

Comments
 (0)