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
Type checkers do not like the mixin pattern. Fortunately it is not needed
here (at least not in its typical form). Having NetDetectionMixin subclass
from Command allows us to remove a whole load of type: ignore statements.
Change-Id: If6cacf5f4ff05ffedf78469e557e9f635c94df7d
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
0 commit comments