Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Do not ignore the unpaddedbase64 module when type checking. (#9568)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Mar 9, 2021
1 parent dc51d8f commit 67b979b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/9568.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Do not have mypy ignore type hints from unpaddedbase64.
3 changes: 0 additions & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 67b979b

Please sign in to comment.