Skip to content

Commit 6102e87

Browse files
committed
fix
1 parent 99cf13f commit 6102e87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentience/snapshot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ async def _snapshot_via_extension_async(
411411
if format_match in ["jpeg", "jpg", "png"]:
412412
result["screenshot_format"] = "jpeg" if format_match in ["jpeg", "jpg"] else "png"
413413

414-
415414
# Validate and parse with Pydantic
416415
snapshot_obj = Snapshot(**result)
417416
return snapshot_obj

0 commit comments

Comments
 (0)