diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-09 14:41:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 14:41:02 -0500 |
commit | 67b979bfa185bd986afda21f27a0bf4fbcd49f9b (patch) | |
tree | 3ea57a8dfd687f2ca7c21559d2e54985968c9ab2 /changelog.d | |
parent | Add a background task to purge unused chain IDs. (#9542) (diff) | |
download | synapse-67b979bfa185bd986afda21f27a0bf4fbcd49f9b.tar.xz |
Do not ignore the unpaddedbase64 module when type checking. (#9568)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9568.misc | 1 |
1 files changed, 1 insertions, 0 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. |