diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-06-23 09:49:14 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-06-23 09:49:14 +0100 |
commit | 6f4c860c563f801bb6e4d14bfb292af5cce4c896 (patch) | |
tree | 8add97e6dbafe664530f85fee06dbfe60454b476 /mypy.ini | |
parent | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff) | |
parent | 1.37.0rc1 (diff) | |
download | synapse-6f4c860c563f801bb6e4d14bfb292af5cce4c896.tar.xz |
Merge branch 'release-v1.37' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mypy.ini b/mypy.ini index 1ab9001831..c4ff0e6618 100644 --- a/mypy.ini +++ b/mypy.ini @@ -176,9 +176,6 @@ ignore_missing_imports = True [mypy-josepy.*] ignore_missing_imports = True -[mypy-txacme.*] -ignore_missing_imports = True - [mypy-pympler.*] ignore_missing_imports = True |