refactor: remove unused variable (#4499)

This commit is contained in:
tamuhey 2019-10-22 21:38:17 +09:00 committed by Ines Montani
parent 4659435573
commit fb89f6792b

View File

@ -497,7 +497,6 @@ def _json_iterate(loc):
def iob_to_biluo(tags):
out = []
curr_label = None
tags = list(tags)
while tags:
out.extend(_consume_os(tags))