lint formatting

This commit is contained in:
Sarina Li
2025-10-27 17:37:18 -07:00
parent 0465ffd200
commit 11e8f891c3
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ class AsyncComputerHandler(Protocol):
async def screenshot(self, text: Optional[str] = None) -> str:
"""Take a screenshot and return as base64 string.
Args:
text: Optional descriptive text (for compatibility with GPT-4o models, ignored)
"""

View File

@@ -38,7 +38,7 @@ class cuaComputerHandler(AsyncComputerHandler):
async def screenshot(self, text: Optional[str] = None) -> str:
"""Take a screenshot and return as base64 string.
Args:
text: Optional descriptive text (for compatibility with GPT-4o models, ignored)
"""

View File

@@ -124,7 +124,7 @@ class CustomComputerHandler(AsyncComputerHandler):
async def screenshot(self, text: Optional[str] = None) -> str:
"""Take a screenshot and return as base64 string.
Args:
text: Optional descriptive text (for compatibility with GPT-4o models, ignored)
"""