summary refs log tree commit diff
path: root/changelog.d/8809.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add typing to membership Replication class methods (#8809)Andrew Morgan2020-11-271-0/+1
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.