Skip to content

Commit 01dc0f4

Browse files
Remove newline
1 parent db44b6c commit 01dc0f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6236,7 +6236,6 @@ def find_isinstance_check_helper(
62366236
consider_runtime_isinstance=False,
62376237
),
62386238
)
6239-
62406239
elif isinstance(node, ComparisonExpr):
62416240
return self.comparison_type_narrowing_helper(node)
62426241
elif isinstance(node, AssignmentExpr):

0 commit comments

Comments
 (0)