Skip to content

Commit a1f697b

Browse files
committed
ref_resolver.py: mypy: use Text instead of unicode
1 parent 669ebfc commit a1f697b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema_salad/ref_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def __init__(self,
184184
idx=None, # type: Dict[Text, Union[CommentedMap, CommentedSeq, Text, None]]
185185
cache=None, # type: Dict[Text, Any]
186186
session=None, # type: requests.sessions.Session
187-
fetcher_constructor=None, # type: Callable[[Dict[unicode, unicode], requests.sessions.Session], Fetcher]
187+
fetcher_constructor=None, # type: Callable[[Dict[Text, Text], requests.sessions.Session], Fetcher]
188188
skip_schemas=None # type: bool
189189
):
190190
# type: (...) -> None

0 commit comments

Comments
 (0)