Remove unused import
This commit is contained in:
parent
eb4638a326
commit
6b6fbef586
@ -1,5 +1,3 @@
|
|||||||
from itertools import chain
|
|
||||||
|
|
||||||
def normalize(str_input):
|
def normalize(str_input):
|
||||||
return str_input.replace('"', '"') \
|
return str_input.replace('"', '"') \
|
||||||
.replace(';', ',')
|
.replace(';', ',')
|
||||||
|
Loading…
Reference in New Issue
Block a user