Skip to content

Commit ef27301

Browse files
committed
restore a dropped cast
1 parent 6ac559e commit ef27301

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
@@ -156,7 +156,7 @@ def _add_properties(self, s): # type: (unicode) -> None
156156
u"http://www.w3.org/2000/01/rdf-schema#Literal")
157157
if not literal:
158158
self.url_fields.add(unicode(s))
159-
self.foreign_properties.add(s)
159+
self.foreign_properties.add(unicode(s))
160160

161161
def add_namespaces(self, ns): # type: (Dict[unicode, unicode]) -> None
162162
self.vocab.update(ns)

0 commit comments

Comments
 (0)