From b1ef87e08d0548b378c2dcdf4f9e89a853b60b3b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:35:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- domdf_python_tools/terminal.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domdf_python_tools/terminal.py b/domdf_python_tools/terminal.py index a8a09f8d..35cf3bf4 100644 --- a/domdf_python_tools/terminal.py +++ b/domdf_python_tools/terminal.py @@ -186,8 +186,7 @@ def __exit__(self, *args, **kwargs): new_locals = { k: v - for k, - v in self.parent_frame.f_locals.items() # type: ignore + for k, v in self.parent_frame.f_locals.items() # type: ignore if k not in self.locals_on_entry }