Skip to content

Commit 6024089

Browse files
committed
Add return type
1 parent ef6d1f6 commit 6024089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ def call_refexpr_with_args(
11411141
)
11421142

11431143
def shortcircuit_expr(self, expr: OpExpr) -> Value:
1144-
def handle_right():
1144+
def handle_right() -> Value:
11451145
if expr.right_unreachable:
11461146
self.builder.add(
11471147
RaiseStandardError(

0 commit comments

Comments
 (0)