Skip to content

Commit d2ae673

Browse files
committed
Reformat code with Black
1 parent b12df56 commit d2ae673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/data_and_insight/person_matching_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def standardize_name(name: Column) -> Column:
404404
trim(
405405
regexp_replace(
406406
regexp_replace(regexp_replace(name, "0", "O"), "1", "L"),
407-
"^[\&*./\]+",
407+
"^[&*./]+",
408408
"",
409409
)
410410
)

0 commit comments

Comments
 (0)