Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 09a23ec

Browse files
committed
Fixed incorrect type hint.
1 parent 033d6ec commit 09a23ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iota/commands/extended/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
def find_transaction_objects(adapter, **kwargs):
20-
# type: (BaseAdapter, dict) -> List[Transaction]
20+
# type: (BaseAdapter, **Iterable) -> List[Transaction]
2121
"""
2222
Finds transactions matching the specified criteria, fetches the
2323
corresponding trytes and converts them into Transaction objects.

0 commit comments

Comments
 (0)