Skip to content

Commit 5d91b7e

Browse files
Update src/deploy/functions/runtimes/python/index.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c4b39a8 commit 5d91b7e

File tree

1 file changed

+1
-1
lines changed
  • src/deploy/functions/runtimes/python

1 file changed

+1
-1
lines changed

src/deploy/functions/runtimes/python/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class Delegate implements runtimes.RuntimeDelegate {
188188

189189
return pExit.finally(() => {
190190
clearTimeout(quitTimeout);
191-
};
191+
});
192192
});
193193
}
194194

0 commit comments

Comments
 (0)