diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-11-27 10:49:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 10:49:38 +0000 |
commit | 5cbe8d93fe08ff347730596475a8a50b977754d7 (patch) | |
tree | be956b3728550253cd014652c32f39996f9883bb /changelog.d | |
parent | Update example prometheus console (#8824) (diff) | |
download | synapse-5cbe8d93fe08ff347730596475a8a50b977754d7.tar.xz |
Add typing to membership Replication class methods (#8809)
This PR grew out of #6739, and adds typing to some method arguments You'll notice that there are a lot of `# type: ignores` in here. This is due to the base methods not matching the overloads here. This is necessary to stop mypy complaining, but a better solution is #8828.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8809.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8809.misc b/changelog.d/8809.misc new file mode 100644 index 0000000000..bbf83cf18d --- /dev/null +++ b/changelog.d/8809.misc @@ -0,0 +1 @@ +Remove unnecessary function arguments and add typing to several membership replication classes. \ No newline at end of file |