goodmami / pe

Fastest general-purpose parsing library for Python with a familiar API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make implicit Optionals into explicit for current Mypy

goodmami opened this issue · comments

Mypy removed support for implicit optionals (e.g., x: int = None), so these need to be made explicit.

This was a duplicate of #22