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
Is your feature request related to a problem? Please describe.
Adding Feast as a third-party dependency, and proofing code with MyPy yields error: Skipping analyzing "feast": found module but no type hints or library stubs
Describe the solution you'd like
Call mypy --install-types or pip install feast-types (or similar) will remove this error message
Describe alternatives you've considered
None
Additional context
Thanks!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Adding Feast as a third-party dependency, and proofing code with MyPy yields
error: Skipping analyzing "feast": found module but no type hints or library stubs
Describe the solution you'd like
Call
mypy --install-types
orpip install feast-types
(or similar) will remove this error messageDescribe alternatives you've considered
None
Additional context
Thanks!
The text was updated successfully, but these errors were encountered: