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
[evaluation] fix: Remove lazy imports from all (#42313)
This causes one of the release checks (tox run -e depends) to fail.
`depends` tries to import everything from `__all__` which fails
because we now raise an ImportError for optional imports
(instead of just printing).
0 commit comments