mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 01:55:53 +03:00
5cbe8d93fe
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.
1 line
No EOL
95 B
Text
1 line
No EOL
95 B
Text
Remove unnecessary function arguments and add typing to several membership replication classes. |