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
Previously there was a test which violated type-hints.
As we can not keep having the test _and_ type hints on that test, the
test itself was rewritten to test a semantically slightly different but
similar edge case.
The original test case is of course prevented when using type-hints (i.e
not passing `None` to a function that doesn't accept `None`)
Signed-off-by: Florian Wagner <[email protected]>
0 commit comments