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
Remove `assert True` as that's just `pass` with extra steps. Remove `if
bla: assert False` as that's just `assert bla` with extra steps.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments