Update jsonlcorpus constructor types

This commit is contained in:
Paul O'Leary McCann 2021-11-08 19:03:47 +09:00
parent 71fb00ed95
commit 8aa2d32ca9

View File

@ -221,7 +221,7 @@ class JsonlCorpus:
def __init__(
self,
path: Union[str, Path],
path: Optional[Union[str, Path]],
*,
limit: int = 0,
min_length: int = 0,