mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 00:57:23 +08:00
Format
This commit is contained in:
parent
89a5223249
commit
ad76163581
@ -35,5 +35,4 @@ class CSVFileReader(StructuredFileReader):
|
||||
|
||||
reader = csv.DictReader(file.splitlines())
|
||||
rows = list(reader)
|
||||
print(rows)
|
||||
return await self.process_data_columns(rows, path)
|
||||
return await self.process_data_columns(rows, path)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user