Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix subscripted types for Python 3.8 (#97)
The changes in PR #89 inadvertently added a line that is incompatible with Python version 3.8. However, Python 3.8 is still supported for around one more year from now (https://devguide.python.org/versions/), so this change restores 3.8 compatibility.
- Loading branch information