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
Is there a reason pydevicetree declares a dependency on mypy? This is a type checking tool for Python. One generally should not declare non-development dependencies on development-only tools (like linters and type checkers).