We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cf13f commit 6102e87Copy full SHA for 6102e87
sentience/snapshot.py
@@ -411,7 +411,6 @@ async def _snapshot_via_extension_async(
411
if format_match in ["jpeg", "jpg", "png"]:
412
result["screenshot_format"] = "jpeg" if format_match in ["jpeg", "jpg"] else "png"
413
414
-
415
# Validate and parse with Pydantic
416
snapshot_obj = Snapshot(**result)
417
return snapshot_obj
0 commit comments