Skip to content

v1.3.1 - Fix pylint `assignment-from-no-return` warning

Compare
Choose a tag to compare
@mplanchard mplanchard released this 21 Feb 22:15
· 11 commits to master since this release

1.3.1 - 2020-02-21

Fixed

  • Fix pylint assignment-from-no-return warnings for methods that can only
    raise, seen when pylint can determine whether a value is an Ok/Err or
    Some/Nothing and you try to e.g. Err(5).expect("no good").