We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type checking should pass!
With mypy 1.11
feast/ui_server.py:54: error: Argument 1 to "files" has incompatible type "str | None"; expected "str | Module" [arg-type] feast/ui_server.py:54: note: Error code "arg-type" not covered by "type: ignore" comment
make lint-python
pip install --upgrade 'mypy>=1.11'
main
Presumably mypy has identified a nullness bug, or a bug in itself.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
Type checking should pass!
Current Behavior
With mypy 1.11
Steps to reproduce
make lint-python
pip install --upgrade 'mypy>=1.11'
Specifications
main
Possible Solution
Presumably mypy has identified a nullness bug, or a bug in itself.
The text was updated successfully, but these errors were encountered: