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
Fix type annotations: replace builtin any with typing.Any
Occurrences in _internal.py, config.py, dbutils.py, oauth.py, and
runtime/dbutils_stub.py were using the builtin any (an Iterable->bool
callable) as a type annotation instead of typing.Any. mypy interprets
these as the callable type, causing spurious attr-defined errors on
annotated values.
Signed-off-by: Victor Hugo Xavier <victor@coactive.ai>
Signed-off-by: coactive-victor <victor@coactive.ai>
0 commit comments