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

Commit

Permalink
Added missing import for type hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Jun 8, 2018
1 parent 4739f04 commit 09df7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iota/commands/extended/send_trytes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import absolute_import, division, print_function, \
unicode_literals

from typing import List
from typing import List, Optional

import filters as f
from iota import TransactionTrytes, TryteString, TransactionHash
Expand Down

0 comments on commit 09df7f3

Please sign in to comment.