Skip to content

fix: align ImageLayer docstring fields - #1260

Open
Eljees wants to merge 1 commit into
tern-tools:mainfrom
Eljees:agent/fix-image-layer-docstring
Open

fix: align ImageLayer docstring fields#1260
Eljees wants to merge 1 commit into
tern-tools:mainfrom
Eljees:agent/fix-image-layer-docstring

Conversation

@Eljees

@Eljees Eljees commented Jul 27, 2026

Copy link
Copy Markdown

Summary

  • move the import_str continuation back next to its field
  • keep the layer_index documentation as a separate entry

Why

The continuation of the import_str description was placed after the layer_index entry, which made both fields misleading.

Closes #1069.

Validation

  • git diff --check
  • python -m pytest tests/test_class_image_layer.py — 12 passed; one Windows-only path separator assertion failed (\ versus /) in testGetUntarDir, unrelated to this docstring-only change

Signed-off-by: Eljees <3.14hell@gmail.com>
@Eljees
Eljees force-pushed the agent/fix-image-layer-docstring branch from 5397b7d to a58070b Compare July 27, 2026 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

There is a mixup of lines in the documentation of image_layer.py

1 participant