cloudtools / awacs

Python library for AWS Access Policy Language creation
BSD 2-Clause "Simplified" License
396 stars 102 forks source link

Fix for mypy whic disallows implicit Optional #248

Closed markpeek closed 1 year ago

markpeek commented 1 year ago

Run no_implicit_optional over awacs to automatically fixup the need for explicit use of Optional.

@michael-k could you review and approve this change?