mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
refactor: remove unused variable (#4499)
This commit is contained in:
parent
4659435573
commit
fb89f6792b
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user