Skip to content
Snippets Groups Projects
Commit 28e35e93 authored by Konrad Wojtasik's avatar Konrad Wojtasik
Browse files

Fix pep8

parent 8e6281f6
No related merge requests found
Pipeline #15769 passed with stages
in 10 minutes and 35 seconds
......@@ -104,7 +104,7 @@ class EasymatcherWorker(nlp_ws.NLPWorker):
end_idx,
class_name,
matched_words
) in enumerate(sorted(doc_out["label"], key= lambda x: (x[0], x[1], x[3])))
) in enumerate(sorted(doc_out["label"], key=lambda x: (x[0], x[1], x[3])))
],
"easymatcher-{}".format(labels_dict_name),
)
......
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