MatrixSynapse/synapse
David Robertson 4c96ce396e
Misc typing fixes for `tests`, part 1 of N (#11323)
* 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
2021-11-12 15:50:54 +00:00
..
_scripts
api Support filtering by relations per MSC3440 (#11236) 2021-11-09 08:10:58 -05:00
app
appservice
config
crypto
events
federation
groups
handlers Convert delete room admin API to async endpoint (#11223) 2021-11-12 12:35:31 +00:00
http
logging
metrics
module_api
push
replication
res
rest Misc typing fixes for `tests`, part 1 of N (#11323) 2021-11-12 15:50:54 +00:00
server_notices
spam_checker_api
state
static
storage
streams
util
__init__.py
event_auth.py
notifier.py
py.typed
python_dependencies.py
server.py
types.py Misc typing fixes for `tests`, part 1 of N (#11323) 2021-11-12 15:50:54 +00:00
visibility.py