Hot fix for `from_string`
Fixed
from_string
raises aValueError
if given string cannot be parsed to an interval (#57).
Changed
- Drop official support for Python 3.5.
- Use
black
as official code formatting.
from_string
raises a ValueError
if given string cannot be parsed to an interval (#57).black
as official code formatting.