cldf / pycldf

python package to read and write CLDF datasets
https://cldf.clld.org
Apache License 2.0
15 stars 7 forks source link

Wrong type hint "typing.Iterable" for generator #144

Closed xrotwang closed 3 years ago

xrotwang commented 3 years ago

Here: https://github.com/cldf/pycldf/blob/d19022b1c776f19d90b36b0f64cb5f0fb3c739bb/src/pycldf/dataset.py#L1084 should be typing.Iterator.