techservicesillinois / awscli-login

​awscli-login is an AWS CLI plugin that manages retrieving and rotating Amazon STS temporary credentials using SAML ECP for authentication with optional support for Duo.
https://pypi.org/project/awscli-login/
Other
54 stars 25 forks source link

"typing.py" shadows library module "typing" #135

Closed ddriddle closed 1 year ago

ddriddle commented 1 year ago

mypy returns the following error message:

mypy: "src/awscli_login/typing.py" shadows library module "typing"
note: A user-defined top-level module with name "typing" is not supported