Browse Source

Do not ignore the unpaddedbase64 module when type checking. (#9568)

Patrick Cloke 3 years ago
parent
commit
67b979bfa1
2 changed files with 1 additions and 3 deletions
  1. 1 0
      changelog.d/9568.misc
  2. 0 3
      mypy.ini

+ 1 - 0
changelog.d/9568.misc

@@ -0,0 +1 @@
+Do not have mypy ignore type hints from unpaddedbase64.

+ 0 - 3
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