sprockets.mixins.mediatype/sprockets/mixins/mediatype
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
..
__init__.py Reformat using yapf. 2021-09-19 09:58:08 -04:00
content.py Remove usage of annotations future. 2021-11-03 06:53:07 -04:00
handlers.py Remove usage of annotations future. 2021-11-03 06:53:07 -04:00
py.typed Add type annotations. 2021-10-03 15:52:43 -04:00
transcoders.py Remove usage of annotations future. 2021-11-03 06:53:07 -04:00
type_info.py Remove usage of annotations future. 2021-11-03 06:53:07 -04:00