summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-19Remove unused _get_event_countersRichard van der Hoff1-7/+1
This has been redundant since cdb3757942fefdcdc3d33b9c6d7c9e44decefd6f.
2019-06-18Fix seven contrib files with Python syntax errors (#5446)cclauss7-119/+131
* Fix seven contrib files with Python syntax errors Signed-off-by: cclauss <cclauss@me.com>