Fix broken type annotation

This commit is contained in:
Ines Montani 2020-07-29 14:49:49 +02:00
parent ff0bc05da8
commit 62266fb828
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class DocBin:
self,
attrs: Iterable[str] = ALL_ATTRS,
store_user_data: bool = False,
docs=Iterable[Doc],
docs: Iterable[Doc] = tuple(),
) -> None:
"""Create a DocBin object to hold serialized annotations.