summary refs log tree commit diff
path: root/changelog.d/11323.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc typing fixes for `tests`, part 1 of N (#11323)David Robertson2021-11-121-0/+1
* Annotate HomeserverTestCase.servlets * Correct annotation of federation_auth_origin * Use AnyStr custom_headers instead of a Union This allows (str, str) and (bytes, bytes). This disallows (str, bytes) and (bytes, str) * DomainSpecificString.SIGIL is a ClassVar