Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add backwards compatible types to file generated by __test__.py (#441)
As suggested in #435 (comment) a backwards compatible (< Python 3.9) type hint. Regardless of merging this PR or not, the current 1.0.0 release is broken for < Python 3.9. Since Python 3.8 is already EOL, this is in theory valid, but I guess there are still a few people using Python 3.8 because of Ubuntu 20.04. --- ### Changes are visible to end-users: no ### Test plan <!-- Delete any which do not apply --> - Covered by existing test cases - New test cases added - Manual testing; please provide instructions so we can reproduce:
- Loading branch information