summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-03-09 14:41:02 -0500
committerGitHub <noreply@github.com>2021-03-09 14:41:02 -0500
commit67b979bfa185bd986afda21f27a0bf4fbcd49f9b (patch)
tree3ea57a8dfd687f2ca7c21559d2e54985968c9ab2
parentAdd a background task to purge unused chain IDs. (#9542) (diff)
downloadsynapse-67b979bfa185bd986afda21f27a0bf4fbcd49f9b.tar.xz
Do not ignore the unpaddedbase64 module when type checking. (#9568)
-rw-r--r--changelog.d/9568.misc1
-rw-r--r--mypy.ini3
2 files changed, 1 insertions, 3 deletions
diff --git a/changelog.d/9568.misc b/changelog.d/9568.misc
new file mode 100644
index 0000000000..561963de93
--- /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 f31cd432e6..e0685e097c 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