Skip to content

Commit 3e441a5

Browse files
Merge pull request #30 from dp0000000004-eng/patch-1
Refactor import statements in find_matches.py
2 parents cf3e9bf + 1c32006 commit 3e441a5

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)