summary refs log tree commit diff
path: root/changelog.d/14991.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Type hints for tests.federation (#14991)David Robertson2023-02-061-0/+1
* Make tests.federation pass mypy * Untyped defs in tests.federation.transport * test methods return None * Remaining type hints in tests.federation * Changelog * Avoid an uncessary type-ignore