Skip to content

Commit db29355

Browse files
committed
Removed extra white space
1 parent c62147d commit db29355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/checkexpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2807,7 +2807,7 @@ def check_boolean_op(self, e: OpExpr, context: Context) -> Type:
28072807

28082808
if right_map is None:
28092809
with self.msg.disable_errors():
2810-
right_type = self.analyze_cond_branch(right_map, e.right, left_type)
2810+
right_type = self.analyze_cond_branch(right_map, e.right, left_type)
28112811
else:
28122812
right_type = self.analyze_cond_branch(right_map, e.right, left_type)
28132813

0 commit comments

Comments
 (0)