diff --git a/changelog.d/9568.misc b/changelog.d/9568.misc new file mode 100644 index 0000000000000000000000000000000000000000..561963de9349abd3d32f8dd39683c83743bd81f0 --- /dev/null +++ b/changelog.d/9568.misc @@ -0,0 +1 @@ +Do not have mypy ignore type hints from unpaddedbase64. diff --git a/mypy.ini b/mypy.ini index f31cd432e6a35b63cc34543dc6e1d5789e282662..e0685e097c1a98ad35b7082c60792074d0fdd531 100644 --- a/mypy.ini +++ b/mypy.ini @@ -117,9 +117,6 @@ ignore_missing_imports = True [mypy-saml2.*] ignore_missing_imports = True -[mypy-unpaddedbase64] -ignore_missing_imports = True - [mypy-canonicaljson] ignore_missing_imports = True