We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53cc0e commit 4a3d933Copy full SHA for 4a3d933
reproschema/jsonldutils.py
@@ -127,4 +127,4 @@ def to_newformat(path, format, prefixfile=None, contextfile=None):
127
for key, value in prefixes.items():
128
g.bind(key, value)
129
g.parse(data=nt, format="nt")
130
- return g.serialize(format=format).decode()
+ return g.serialize(format=format)
0 commit comments