Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 6, 2025
1 parent 942b38c commit b1ef87e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions domdf_python_tools/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit b1ef87e

Please sign in to comment.