From 6dd41bd580e38228b77c3a9982e57cfdfafcc1f4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:18:22 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- changelog/544.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/544.bugfix.rst b/changelog/544.bugfix.rst index dc44029..6e7fe01 100644 --- a/changelog/544.bugfix.rst +++ b/changelog/544.bugfix.rst @@ -2,4 +2,4 @@ Correctly pass StopIteration trough wrappers. Raising a StopIteration in a generator triggers a RuntimeError. If the RuntimeError of a generator has the passed in StopIteration as cause -resume with that StopIteration as normal exception instead of failing with the RuntimeError. \ No newline at end of file +resume with that StopIteration as normal exception instead of failing with the RuntimeError.