Skip to content

Commit dea7b65

Browse files
committed
Fix token create transaction
Signed-off-by: Roger Barker <[email protected]>
1 parent c1b916f commit dea7b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hiero_sdk_python/tokens/token_create_transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
from hiero_sdk_python.channels import _Channel
1515
from hiero_sdk_python.executable import _Method
16-
from hiero_sdk_python.transaction.transaction import Transaction
1716
from hiero_sdk_python.hapi.services import token_create_pb2, basic_types_pb2, transaction_body_pb2
1817
from hiero_sdk_python.tokens.token_type import TokenType
1918
from hiero_sdk_python.tokens.supply_type import SupplyType
@@ -186,6 +185,7 @@ def _validate_supply_max_and_type(token_params: TokenParams) -> None:
186185
"Initial supply cannot exceed the defined max supply for a finite token"
187186
)
188187

188+
from hiero_sdk_python.transaction.transaction import Transaction
189189
class TokenCreateTransaction(Transaction):
190190
"""
191191
Represents a token creation transaction on the Hedera network.

0 commit comments

Comments
 (0)