From 53ca28a657b18f273495c951d607e9d36ed10943 Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Tue, 22 Nov 2022 18:10:40 +0100 Subject: Reformat --- synapse/util/patch_inline_callbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/util/patch_inline_callbacks.py') diff --git a/synapse/util/patch_inline_callbacks.py b/synapse/util/patch_inline_callbacks.py index b09eb242c2..c568e25be5 100644 --- a/synapse/util/patch_inline_callbacks.py +++ b/synapse/util/patch_inline_callbacks.py @@ -108,7 +108,7 @@ def do_patch() -> None: raise Exception(err) return r - res.addBoth(check_ctx) # type: ignore[unused-awaitable] + res.addBoth(check_ctx) # type: ignore[unused-awaitable] return res return wrapped -- cgit 1.5.1