Reorganize imports
This commit is contained in:
parent
3ca63e988e
commit
0006ee3df7
1 changed files with 3 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue