Skip to content

Commit 57a5f8f

Browse files
abrichrclaude
andcommitted
fix: remove unused import os in _refine_steps
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0fb38ef commit 57a5f8f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/record_waa_demos.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,6 @@ def _refine_steps(
805805
user's feedback back to the VLM for a revised set of steps.
806806
"""
807807
import base64
808-
import os
809808

810809
b64 = base64.b64encode(screenshot_png).decode()
811810
setup_desc = _build_setup_desc(task_config)

0 commit comments

Comments
 (0)