Skip to content

Commit 59496d0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/scope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ def without_function_locals(self):
144144
# Restore the previous function context
145145
self.function = saved_function
146146
self.functions = saved_functions_stack
147-
self.ignored = saved_ignored
147+
self.ignored = saved_ignored

0 commit comments

Comments
 (0)