Skip to content

Commit c399597

Browse files
authored
clean up
1 parent bc7a600 commit c399597

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/pylibcudf/pylibcudf/io/json.pxd

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ from pylibcudf.libcudf.types cimport size_type
1717
cdef class JsonReaderOptions:
1818
cdef json_reader_options c_obj
1919
cdef SourceInfo source
20-
# cpdef void set_dtypes_list(self, list types)
21-
# cpdef void set_dtypes_map(self, dict types)
2220
cpdef void set_dtypes(self, list types)
2321
cpdef void enable_keep_quotes(self, bool keep_quotes)
2422
cpdef void enable_mixed_types_as_string(self, bool mixed_types_as_string)

0 commit comments

Comments
 (0)