Skip to content

Commit b1ef87e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 942b38c commit b1ef87e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

domdf_python_tools/terminal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ def __exit__(self, *args, **kwargs):
186186

187187
new_locals = {
188188
k: v
189-
for k,
190-
v in self.parent_frame.f_locals.items() # type: ignore
189+
for k, v in self.parent_frame.f_locals.items() # type: ignore
191190
if k not in self.locals_on_entry
192191
}
193192

0 commit comments

Comments
 (0)