From 8e331ef9f768f447c080cef5e4c6b3c686ff561a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 02:12:13 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- daphne/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daphne/testing.py b/daphne/testing.py index 785edf9..46787bb 100644 --- a/daphne/testing.py +++ b/daphne/testing.py @@ -158,7 +158,7 @@ class DaphneProcess(multiprocessing.Process): application=application, endpoints=endpoints, signal_handlers=False, - **self.kwargs + **self.kwargs, ) # Set up a poller to look for the port reactor.callLater(0.1, self.resolve_port)