Skip to content

Commit 6d59b83

Browse files
pep8
1 parent 5feb78a commit 6d59b83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example/ner/data.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ def load_webstruct_data() -> List:
4848
loader=wa_loader
4949
)
5050
trees = chain(trees1, trees2)
51-
return list(pages_progress(trees, desc="Loading webstruct default annotated data"))
51+
return list(pages_progress(
52+
trees,
53+
desc="Loading webstruct default annotated data"
54+
))
5255

5356

5457
def load_countries() -> Set[str]:

0 commit comments

Comments
 (0)