Skip to content
Snippets Groups Projects
Commit 4767e80e authored by Daniel Ecer's avatar Daniel Ecer
Browse files

also use amended version of python_2_unicode_compatible for matching annotator

parent 486263c5
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,12 @@ import csv
from builtins import str as text
from itertools import tee, islice
from future.utils import python_2_unicode_compatible
from six.moves import zip_longest
from sciencebeam_gym.utils.compat import (
python_2_unicode_compatible
)
from sciencebeam_gym.utils.csv import (
csv_delimiter_by_filename,
write_csv_row
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment