mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
Do not ignore the unpaddedbase64 module when type checking. (#9568)
This commit is contained in:
parent
dc51d8ffaf
commit
67b979bfa1
2 changed files with 1 additions and 3 deletions
1
changelog.d/9568.misc
Normal file
1
changelog.d/9568.misc
Normal file
|
@ -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.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-unpaddedbase64]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-canonicaljson]
|
||||
ignore_missing_imports = True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue