Skip to content

Commit d625a5e

Browse files
committed
feat: unit tests
Signed-off-by: exploreriii <[email protected]>
1 parent 60a63d7 commit d625a5e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/hiero_sdk_python/tokens/token_airdrop_claim.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,7 @@ def add_pending_airdrop_ids(
111111
self._pending_airdrop_ids = candidate
112112
return self
113113

114-
@property
115114
def get_pending_airdrop_ids(self) -> List[PendingAirdropId]:
116-
"""Get a copy of the current list of pending airdrop IDs.
117-
118-
Returns:
119-
List[PendingAirdropId]: The list of pending airdrop IDs.
120-
"""
121115
return list(self._pending_airdrop_ids)
122116

123117
def _pending_airdrop_ids_to_proto(self) -> List[Any]:

0 commit comments

Comments
 (0)