Skip to content

Commit aa63dbd

Browse files
authored
Update mrc_call_python_function.ts
1 parent 6b3b5a5 commit aa63dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/mrc_call_python_function.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ const CALL_PYTHON_FUNCTION = {
421421
returnType: this.mrcReturnType,
422422
args: [],
423423
};
424-
if(this.mrcArgs){
424+
if (this.mrcArgs){
425425
this.mrcArgs.forEach((arg) => {
426426
extraState.args.push({
427427
'name': arg.name,

0 commit comments

Comments
 (0)