mirror of https://github.com/explosion/spaCy.git
Reformat
This commit is contained in:
parent
bd3c3f342b
commit
0491a8e7c8
|
@ -116,7 +116,7 @@ def merge_boxes(boxes):
|
|||
if merged is not None:
|
||||
return merged.to_bytes()
|
||||
else:
|
||||
return b''
|
||||
return b""
|
||||
|
||||
|
||||
def pickle_box(box):
|
||||
|
|
Loading…
Reference in New Issue