sprockets.mixins.mediatype/sprockets
Dave Shawley c2c2408786
Remove usage of annotations future.
Though we weren't using the affected feature, I am going to avoid
``from __future__ import annotations`` since it is likely going to be
replaced with a different approach.  The only two things that we were
getting out of it is using `dict[]` instead of `typing.Dict[]` and using
`typing.Literal` in Python 3.7.  Neither is compelling IMO.

https://discuss.python.org/t/type-annotations-pep-649-and-pep-563/
2021-11-03 06:53:07 -04:00
..
mixins Remove usage of annotations future. 2021-11-03 06:53:07 -04:00
__init__.py Lint ignore some of the weird stuff in __init__. 2021-09-16 09:54:16 -04:00