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
Describe the bug
Related to #1030
Fix mypy errors like "Incompatible types ..."
plugins/flytekit-greatexpectations/flytekitplugins/great_expectations/schema.py:54: error: Incompatible types in assignment (expression has type "None", variable has type "BatchRequestConfig")
plugins/flytekit-greatexpectations/flytekitplugins/great_expectations/schema.py:70: error: Incompatible return value type (got "Tuple[Type[str], GreatExpectationsFlyteConfig]", expected "Tuple[Type[Any], Type[GreatExpectationsFlyteConfig]]")
plugins/flytekit-greatexpectations/flytekitplugins/great_expectations/schema.py:84: error: Incompatible return value type (got "Tuple[Type[Any], GreatExpectationsFlyteConfig]", expected "Tuple[Type[Any], Type[GreatExpectationsFlyteConfig]]")
plugins/flytekit-greatexpectations/flytekitplugins/great_expectations/schema.py:325: error: Incompatible return value type (got "str", expected "GreatExpectationsType")
Expected behavior
Should pass the mypy checks.
[Optional] Additional context To Reproduce
Steps to reproduce the behavior:
make test | grep "Incompatible"
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
Related to #1030
Fix mypy errors like "Incompatible types ..."
Expected behavior
Should pass the mypy checks.
[Optional] Additional context
To Reproduce
Steps to reproduce the behavior:
make test | grep "Incompatible"
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: