Skip to content

Commit 4a3d933

Browse files
authored
fix: rdflib compatibility
1 parent e53cc0e commit 4a3d933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reproschema/jsonldutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ def to_newformat(path, format, prefixfile=None, contextfile=None):
127127
for key, value in prefixes.items():
128128
g.bind(key, value)
129129
g.parse(data=nt, format="nt")
130-
return g.serialize(format=format).decode()
130+
return g.serialize(format=format)

0 commit comments

Comments
 (0)