mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-26 17:08:07 +08:00
Remove needless space
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user