You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever PyWavefront is imported into projects like import pywavefront as wavefront or import pywavefront, MyPy gives the following error: error: Skipping analyzing "pywavefront": module is installed, but missing library stubs or py.typed marker [import-untyped].
Is there a way to add library stubs or py.typed?
Edit: Typos
The text was updated successfully, but these errors were encountered:
Whenever PyWavefront is imported into projects like
import pywavefront as wavefront
orimport pywavefront
, MyPy gives the following error:error: Skipping analyzing "pywavefront": module is installed, but missing library stubs or py.typed marker [import-untyped]
.Is there a way to add library stubs or py.typed?
Edit: Typos
The text was updated successfully, but these errors were encountered: