diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-01 16:21:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 16:21:02 +0100 |
commit | a6eae69ffefdfce2e3c5c5f9a6020d9e70e2f19c (patch) | |
tree | cbd3e33b0d499581b377f4065f5a920e239029a3 /changelog.d | |
parent | Fix incorrect error message when database CTYPE was set incorrectly. (#7760) (diff) | |
download | synapse-a6eae69ffefdfce2e3c5c5f9a6020d9e70e2f19c.tar.xz |
Type checking for `FederationHandler` (#7770)
fix a few things to make this pass mypy.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7770.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7770.misc b/changelog.d/7770.misc new file mode 100644 index 0000000000..5b864084be --- /dev/null +++ b/changelog.d/7770.misc @@ -0,0 +1 @@ +Fix up `synapse.handlers.federation` to pass mypy. |