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

Commit 18b10fe

Browse files
committed
fix lint
1 parent 768045a commit 18b10fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

localstack-core/localstack/dev/run/configurators.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ class EntryPointMountConfigurator:
196196
For other dependencies, we mount the ``entry_points.txt`` build artifacts.
197197
198198
For example, when starting the pro container, the entrypoints of localstack-pro on the host would be in
199-
``~/workspace/localstack-pro/localstack-pro-core/plux.ini`` which needs to be mounted into the distribution info of the installed dependency within the container:
199+
``~/workspace/localstack-pro/localstack-pro-core/plux.ini`` which needs to be mounted into the distribution info
200+
of the installed dependency within the container:
200201
``/opt/code/localstack/.venv/.../site-packages/localstack_ext-4.13.0.dev0.dist-info/entry_points.txt``.
201202
202203
For a dependency using plugins, the entrypoints would be in the build artifact at

0 commit comments

Comments
 (0)