Skip to content

Commit 1c32006

Browse files
Refactor import statements in find_matches.py
Updated import statements for clarity.
1 parent 4224b87 commit 1c32006

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

find_matches/find_matches.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import sys
2-
import csv
3-
import re
4-
1+
import sys #for comand line argv
2+
import csv #for work with csv
3+
import re #for checks matches
54

65
class FindMatches(object):
76
""" Takes a .csv input file and a matching type and returns a copy of the original csv with the unique identifier of the person each row represents prepended to the row.

0 commit comments

Comments
 (0)