Skip to content

Commit 74049de

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7b2d6df commit 74049de

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
@@ -60,7 +60,7 @@ def module_scope(self, prefix: str) -> Iterator[None]:
6060
self.module = prefix
6161
self.classes = []
6262
self.function = None
63-
self.functions=[] # reset the function stack when entering a new module
63+
self.functions = [] # reset the function stack when entering a new module
6464
self.ignored = 0
6565
yield
6666
assert self.module

0 commit comments

Comments
 (0)