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

Commit 4466174

Browse files
committed
Added missing import for type hint.
1 parent 1fbbb87 commit 4466174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iota/json.py

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

55
from abc import ABCMeta, abstractmethod as abstract_method
66
from json.encoder import JSONEncoder as BaseJsonEncoder
7-
from typing import Mapping, Iterable
7+
from typing import Iterable, Mapping, Text
88

99
from six import with_metaclass
1010

0 commit comments

Comments
 (0)