Skip to content

Commit

Permalink
Update python/pylibcudf/pylibcudf/io/json.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 authored Dec 18, 2024
1 parent a60f800 commit 5727aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibcudf/pylibcudf/io/json.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,4 @@ cpdef void write_json(JsonWriterOptions options, Stream stream = None):
if stream is None:
stream = Stream()
with nogil:
cpp_write_json(options.c_obj)
cpp_write_json(options.c_obj, stream.view())

0 comments on commit 5727aa1

Please sign in to comment.