Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 7e4a970

Browse files
Remove extra line
1 parent 93acb7f commit 7e4a970

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

localstack-core/localstack/services/lambda_/packages.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"""Customized LocalStack version of the AWS Lambda Runtime Interface Emulator (RIE).
1313
https://github.com/localstack/lambda-runtime-init/blob/localstack/README-LOCALSTACK.md
1414
"""
15-
1615
LAMBDA_RUNTIME_DEFAULT_VERSION = "v0.1.39-pre"
1716
LAMBDA_RUNTIME_VERSION = config.LAMBDA_INIT_RELEASE_VERSION or LAMBDA_RUNTIME_DEFAULT_VERSION
1817
LAMBDA_RUNTIME_INIT_URL = "https://github.com/localstack/lambda-runtime-init/releases/download/{version}/aws-lambda-rie-{arch}"

0 commit comments

Comments
 (0)