Skip to content

Commit d49339a

Browse files
committed
remove empty line
1 parent 1001d7f commit d49339a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/constraints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,6 @@ def visit_callable_type(self, template: CallableType) -> list[Constraint]:
10181018
param_spec = template.param_spec()
10191019

10201020
template_ret_type, cactual_ret_type = template.ret_type, cactual.ret_type
1021-
10221021
if template.type_guard is not None and cactual.type_guard is not None:
10231022
template_ret_type = template.type_guard
10241023
cactual_ret_type = cactual.type_guard

0 commit comments

Comments
 (0)