Skip to content

Commit 98b30e5

Browse files
style: fix import ordering in pipeline.py for ruff isort
1 parent c517e04 commit 98b30e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/src/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def run_task(
331331
# Screenshot capture (fail-open)
332332
screenshot_urls: list[str] = []
333333
if pr_url:
334-
from post_hooks import capture_pr_screenshots, _append_screenshots_to_pr
334+
from post_hooks import _append_screenshots_to_pr, capture_pr_screenshots
335335

336336
try:
337337
screenshot_urls = capture_pr_screenshots(pr_url, config.task_id)

0 commit comments

Comments
 (0)