diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-11 07:06:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 07:06:21 -0500 |
commit | bc9dff1d9597251a15a15475cb8e8194b2d14910 (patch) | |
tree | 1ce61e281d4720fb6f9428e69a87095b35352a44 /synapse/rest | |
parent | Note that contributors can sign off privately (#12204) (diff) | |
download | synapse-bc9dff1d9597251a15a15475cb8e8194b2d14910.tar.xz |
Remove unnecessary pass statements. (#12206)
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/media/v1/_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/media/v1/_base.py b/synapse/rest/media/v1/_base.py index 9b40fd8a6c..c35d42fab8 100644 --- a/synapse/rest/media/v1/_base.py +++ b/synapse/rest/media/v1/_base.py @@ -298,7 +298,6 @@ class Responder: Returns: Resolves once the response has finished being written """ - pass def __enter__(self) -> None: pass |