Skip to content

Commit 7d3b4bc

Browse files
committed
fix formatting
Only formatting changes, because the CI check fails. Signed-off-by: Filip Mudry <fmudry@redhat.com>
1 parent e351161 commit 7d3b4bc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

source-container-build/app/source_build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from typing import Any, TypedDict, NotRequired, Literal, Final, Dict
2626
from urllib.parse import urlparse
2727

28-
2928
"""
3029
Requires: git, skopeo, tar, BuildSourceImage
3130
"""

source-container-build/app/test_source_build.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
import pytest
2727

28-
2928
FAKE_BSI: Final = "/testing/bsi"
3029
BINARY_IMAGE_DIGEST: Final = "sha256:87e8e87"
3130
BINARY_IMAGE_REF: Final = f"registry/ns/app:v1@{BINARY_IMAGE_DIGEST}"
@@ -985,12 +984,10 @@ def test_resolve_konflux_source_image(self):
985984
)
986985

987986
def test_skip_handling_local_image(self):
988-
parent_images = textwrap.dedent(
989-
"""\
987+
parent_images = textwrap.dedent("""\
990988
registry.io/ubi9/ubi:9.3-1@sha256:123
991989
localhost/konflux-final-image@sha256:123
992-
"""
993-
)
990+
""")
994991
self._test_include_sources(parent_images=parent_images, expect_parent_image_sources_included=False)
995992

996993
@patch("source_build.run")

0 commit comments

Comments
 (0)