Do not ignore the unpaddedbase64 module when type checking. (#9568)
parent
dc51d8ffaf
commit
67b979bfa1
|
@ -0,0 +1 @@
|
||||||
|
Do not have mypy ignore type hints from unpaddedbase64.
|
3
mypy.ini
3
mypy.ini
|
@ -117,9 +117,6 @@ ignore_missing_imports = True
|
||||||
[mypy-saml2.*]
|
[mypy-saml2.*]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
[mypy-unpaddedbase64]
|
|
||||||
ignore_missing_imports = True
|
|
||||||
|
|
||||||
[mypy-canonicaljson]
|
[mypy-canonicaljson]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue