v1.3.1 - Fix pylint `assignment-from-no-return` warning
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")
.