Skip to content

Commit db60af7

Browse files
committed
fix warnings
1 parent 66ff4aa commit db60af7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

py5_resources/data/sketch.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,14 @@ create_reader,createReader,,method,input,files,SKIP,user should use python inste
406406
create_writer,createWriter,,method,output,files,SKIP,user should use python instead
407407
create_input,createInput,,method,input,files,SKIP,user should use python instead
408408
create_input_raw,createInputRaw,,method,,,SKIP,user should use python instead
409-
load_bytes,,,method,input,files,PYTHON,
410-
load_strings,,,method,input,files,PYTHON,
411-
load_pickle,,,method,input,files,PYTHON,
409+
load_bytes,loadBytes,,method,input,files,PYTHON,
410+
load_strings,loadStrings,,method,input,files,PYTHON,
411+
load_pickle,loadPickle,,method,input,files,PYTHON,
412412
create_output,createOutput,,method,output,files,SKIP,user should use python instead
413413
save_stream,saveStream,,method,output,files,SKIP,user should use python instead
414-
save_bytes,,,method,output,files,PYTHON,
415-
save_strings,,,method,output,files,PYTHON,
416-
save_pickle,,,method,output,files,PYTHON,
414+
save_bytes,saveBytes,,method,output,files,PYTHON,
415+
save_strings,saveStrings,,method,output,files,PYTHON,
416+
save_pickle,savePickle,,method,output,files,PYTHON,
417417
sketch_file,sketchFile,,method,,,SKIP,user should use python instead
418418
save_path,savePath,,method,,,SKIP,user should use python instead
419419
save_file,saveFile,,method,,,SKIP,user should use python instead

0 commit comments

Comments
 (0)