Skip to content

Commit 5242426

Browse files
committed
Added disable next line
1 parent 8ae95e0 commit 5242426

File tree

1 file changed

+1
-0
lines changed
  • lib/workload/components/uv-python-lambda-image-builder

1 file changed

+1
-0
lines changed

lib/workload/components/uv-python-lambda-image-builder/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export class PythonUvFunction extends PythonFunction {
3030
},
3131
image: getPythonUvDockerImage(),
3232
commandHooks: {
33+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
3334
beforeBundling(inputDir: string, outputDir: string): string[] {
3435
return [];
3536
},

0 commit comments

Comments
 (0)