google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
68 stars 21 forks source link

Fix subscripted types for Python 3.8 #97

Closed jasongraffius closed 10 months ago

jasongraffius commented 10 months ago

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.