Skip to content

Commit 53d1c52

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 59145e0 commit 53d1c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def on_file(
424424
type_map: dict[Expression, Type],
425425
options: Options,
426426
) -> None:
427-
if os.path.isdir(tree.path): # can happen with namespace packages
427+
if os.path.isdir(tree.path): # can happen with namespace packages
428428
return
429429

430430
with open(tree.path) as f:

0 commit comments

Comments
 (0)