Skip to content

Commit

Permalink
ref_resolver.py: mypy: use Text instead of unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-chroma committed Jun 27, 2017
1 parent 669ebfc commit a1f697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema_salad/ref_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def __init__(self,
idx=None, # type: Dict[Text, Union[CommentedMap, CommentedSeq, Text, None]]
cache=None, # type: Dict[Text, Any]
session=None, # type: requests.sessions.Session
fetcher_constructor=None, # type: Callable[[Dict[unicode, unicode], requests.sessions.Session], Fetcher]
fetcher_constructor=None, # type: Callable[[Dict[Text, Text], requests.sessions.Session], Fetcher]
skip_schemas=None # type: bool
):
# type: (...) -> None
Expand Down

0 comments on commit a1f697b

Please sign in to comment.