sizmailov / pybind11-stubgen

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

Missing import `datetime` & `numpy` #89

Closed OlivierLDff closed 1 year ago

OlivierLDff commented 1 year ago

Hi, in generated stub

I guess fix should go somewhere in https://github.com/sizmailov/pybind11-stubgen/blob/80f72766c471e4f1c40b4c4d55aec3980919a0fe/pybind11_stubgen/__init__.py#L910-L962

Is is a problem in my library that i forgot to specify something?

Have a nice day, thanks for the library helping me everyday!

sizmailov commented 1 year ago

Hi! Thanks for the report!

All the import issues should be resolved with #112