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
Import Fix: Remove DebuggerState from AppState. (#6554)
In #6544 we introduced a
dependency on AppState on DebuggerState. This unfortunately fails some
internal tests, where certain TensorBoard products do not want to
unnecessarily depend on plugin state that they don't use.
I've removed DebuggerState from AppState. Fortunately there are no tests
or features that require this dependency.
0 commit comments