Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix import error on Python 3.5.0 and 3.5.1
While `typing` was added in 3.5.0, `typing.Text` was only added in 3.5.2, and so causes an `AttributeError`, not an `ImportError` exception.
- Loading branch information
Showing
with
3 additions
and 1 deletion.
- +2 −0 CHANGELOG.md
- +1 −1 src/dotenv/parser.py