Skip to content

Commit 6bce925

Browse files
committed
chore: reformat code
1 parent dd7e0e6 commit 6bce925

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/idp_common_pkg/tests/unit/classification/test_classification_service.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,12 @@ def test_prepare_prompt_from_template(self, service):
196196
)
197197
@patch("idp_common.image.prepare_bedrock_image_attachment")
198198
def test_classify_page_bedrock_success(
199-
self, mock_prepare_bedrock_image, mock_invoke, mock_prepare_image, mock_get_text, service
199+
self,
200+
mock_prepare_bedrock_image,
201+
mock_invoke,
202+
mock_prepare_image,
203+
mock_get_text,
204+
service,
200205
):
201206
"""Test successful page classification with Bedrock."""
202207
# Mock responses

0 commit comments

Comments
 (0)