diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-24 07:35:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 07:35:43 -0400 |
commit | 83de0be4b0398e94e67c7110d9455db86592ead0 (patch) | |
tree | 79742c1ddeae0346033bc352077a4be8c2940468 /changelog.d | |
parent | Add type hints to misc. files. (#9676) (diff) | |
download | synapse-83de0be4b0398e94e67c7110d9455db86592ead0.tar.xz |
Bump mypy-zope to 0.2.13. (#9678)
This fixes an error ("Cannot determine consistent method resolution order (MRO)") when running mypy with a cache.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9678.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9678.misc b/changelog.d/9678.misc new file mode 100644 index 0000000000..77a2b2d439 --- /dev/null +++ b/changelog.d/9678.misc @@ -0,0 +1 @@ +Bump mypy-zope to 0.2.13 to fix "Cannot determine consistent method resolution order (MRO)" errors when running mypy a second time. |