mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Fix additional type hints. (#9543)
Type hint fixes due to Twisted 21.2.0 adding type hints.
This commit is contained in:
parent
075c16b410
commit
7fdc6cefb3
9 changed files with 32 additions and 18 deletions
|
@ -188,7 +188,7 @@ class FakeSite:
|
|||
|
||||
def make_request(
|
||||
reactor,
|
||||
site: Site,
|
||||
site: Union[Site, FakeSite],
|
||||
method,
|
||||
path,
|
||||
content=b"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue