sizmailov / pybind11-stubgen

Generate stubs for python modules
Other
232 stars 47 forks source link

Corrected FixedSize property get signature #102

Closed cielavenir closed 1 year ago

cielavenir commented 1 year ago

It was initially suggested in https://github.com/sizmailov/pybind11-stubgen/pull/99/files#diff-2b9c012912fd21677fba400f4b90573daf3a733b47c7912f88c1689c238402f9R372

Also this fixes mypy error (missing py.typed), because pybind11_stubgen.typing_ext is imported.

sizmailov commented 1 year ago

Thanks for the fix!