Skip to content

Commit 6abf051

Browse files
committed
fix: add missing List import and update changelog
Signed-off-by: Angelina <[email protected]>
1 parent 4a419af commit 6abf051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hiero_sdk_python/transaction/transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import hashlib
2-
from typing import Optional
2+
from typing import List, Optional
33

44
from typing import TYPE_CHECKING
55

0 commit comments

Comments
 (0)