Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions find_matches/find_matches.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import sys
import csv
import re

import sys #for comand line argv
import csv #for work with csv
import re #for checks matches

class FindMatches(object):
""" 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.
Expand Down