mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Remove needless space
This commit is contained in:
parent
f2bd99ed2e
commit
9658bfa71c
@ -6,7 +6,7 @@ module YouPlot
|
||||
# Read and interpret Delimiter-separated values format file or stream.
|
||||
module DSVReader
|
||||
module_function
|
||||
|
||||
|
||||
def input(input, delimiter, headers, transpose)
|
||||
arr = parse_as_csv(input, delimiter)
|
||||
headers = get_headers(arr, headers, transpose)
|
||||
|
Loading…
Reference in New Issue
Block a user