Skip to content

Commit d64b811

Browse files
committed
chore: fix legacy hedera to hiero deprecated imports
Signed-off-by: exploreriii <[email protected]>
1 parent 8ee658c commit d64b811

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/hiero_sdk_python/tokens/nft_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from typing import Optional
1212
from hiero_sdk_python.hapi.services import basic_types_pb2
1313
from hiero_sdk_python.tokens.token_id import TokenId
14-
from hedera_sdk_python._deprecated import _DeprecatedAliasesMixin
14+
from hiero_sdk_python._deprecated import _DeprecatedAliasesMixin
1515

1616
@dataclass(frozen=True)
1717
class NftId(_DeprecatedAliasesMixin):

src/hiero_sdk_python/tokens/token_info.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
from hiero_sdk_python.tokens.token_freeze_status import TokenFreezeStatus
2323
from hiero_sdk_python.hapi.services.token_get_info_pb2 import TokenInfo as proto_TokenInfo
2424
from hiero_sdk_python.tokens.token_type import TokenType
25-
26-
from hedera_sdk_python._deprecated import _DeprecatedAliasesMixin
25+
from hiero_sdk_python._deprecated import _DeprecatedAliasesMixin
2726

2827
@dataclass
2928
class TokenInfo(_DeprecatedAliasesMixin):

0 commit comments

Comments
 (0)