Import `Literal` from the typing module by tomasr8 · Pull Request #1175 · python-babel/babel

@tomasr8

typing.Literal was added in 3.8. We can import it directly instead of relying on typing_extensions.

Edit: TypedDict as well

cc @akx

@tomasr8

@tomasr8

@codecov

akx

akx approved these changes Jan 25, 2025

@akx akx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quite literal!