From 11f03aead89c24e280f02c8536baeb803c9b8c59 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Thu, 6 Feb 2025 12:02:22 +0000 Subject: [PATCH] Run `make format` again --- h/tweens.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/h/tweens.py b/h/tweens.py index de903345b55..3283a93d94a 100644 --- a/h/tweens.py +++ b/h/tweens.py @@ -13,7 +13,8 @@ def conditional_http_tween_factory( - handler, registry # noqa: ARG001 + handler, + registry, # noqa: ARG001 ): # pragma: no cover """Set up conditional response handling for some requests."""