diff --git a/domdf_python_tools/terminal.py b/domdf_python_tools/terminal.py index a8a09f8..35cf3bf 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 }