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
`if not is_valid` can't happen, because
`is_valid = not is_absolute_href(asset.href)` and the condition above that
line is `if not is_absolute_href(asset.href):`. Conversely, since
`is_valid` is always `True` there is no point in
`self.assertTrue(is_valid)`.
0 commit comments