Skip to content

Commit b743fda

Browse files
update formatting
1 parent 8233902 commit b743fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ingest_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def ingest_csv_files(source_directory: str, custom_lineage_config: CustomLineage
162162
# Extract the lineage relationships from the csv files
163163
lineages = []
164164
for csv_file_to_ingest in csv_files:
165-
with open(csv_file_to_ingest, "r", encoding='utf-8-sig') as csv_file:
165+
with open(csv_file_to_ingest, "r", encoding="utf-8-sig") as csv_file:
166166
csv_reader = csv.reader(
167167
csv_file,
168168
)

0 commit comments

Comments
 (0)