Skip to content

Commit f521241

Browse files
committed
Fix imports for List and AccountId; update executable; sync with main
Signed-off-by: Angelina <aceppaluni@gmail.com>
1 parent 7ffc7e4 commit f521241

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hiero_sdk_python/executable.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
from os import error
22
import time
3-
from typing import Callable, Optional, Any, TYPE_CHECKING
3+
from typing import Callable, Optional, Any, TYPE_CHECKING, List
44
import grpc
55
from abc import ABC, abstractmethod
66
from enum import IntEnum
77

88
from hiero_sdk_python.channels import _Channel
99
from hiero_sdk_python.exceptions import MaxAttemptsError
10+
from hiero_sdk_python.account.account_id import AccountId
1011
if TYPE_CHECKING:
1112
from hiero_sdk_python.client.client import Client
1213

0 commit comments

Comments
 (0)