Reorganize imports

This commit is contained in:
Gabriel Augendre 2016-11-20 00:30:10 +01:00
parent 3ca63e988e
commit 0006ee3df7
No known key found for this signature in database
GPG Key ID: D2B6A5B41FC438B1
1 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
import argparse
from unidecode import unidecode
from xlrd import open_workbook
from difflib import SequenceMatcher
from unidecode import unidecode
from xlrd import open_workbook
class Person:
def __init__(self, fname, lname):