Remove unused import

This commit is contained in:
Mario de Frutos 2018-11-30 11:31:46 +01:00
parent eb4638a326
commit 6b6fbef586
No known key found for this signature in database
GPG Key ID: A206D1F8FCA8D2B5

View File

@ -1,5 +1,3 @@
from itertools import chain
def normalize(str_input):
return str_input.replace('"', '"') \
.replace(';', ',')