Skip to content

Commit 96d75aa

Browse files
committed
fix: formatting
1 parent 3047461 commit 96d75aa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/webapp/databricks.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,9 +646,13 @@ def create_custom_schema_extension(
646646

647647
inst_name = inst_query.name
648648
inst_id = str(inst_query.id)
649-
649+
650650
mapping = {
651-
"course": ["course.csv", "courses.csv", r"^(?=.*AR_DEIDENTIFIED)(?=.*COURSE).*\.csv$"],
651+
"course": [
652+
"course.csv",
653+
"courses.csv",
654+
r"^(?=.*AR_DEIDENTIFIED)(?=.*COURSE).*\.csv$",
655+
],
652656
"student": ["student.csv", r"^(?=.*AR_DEIDENTIFIED)(?!.*COURSE).*\.csv$"],
653657
"semester": ["semester.csv"],
654658
}

0 commit comments

Comments
 (0)