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
This is not as nice as it could be: my first choice here would have been
to eliminate the dependency inversion (that Timeout knows what a
"machine" is) and avoid the cyclic import, but there are external users
of this API which depend on the `machine=` kwarg, so we need to keep
it for now.
0 commit comments