Files
roboco/tests/unit
Backend Developer 1 f2a087029b [7f2c881a] fix(video): cast task.id to UUID before VideoEngine.rerender calls
mypy flagged task.id as sqlalchemy.sql.sqltypes.UUID[Any] rather than
uuid.UUID in the three rerender tests; cast to UUID per the codebase's
established idiom (cast("UUID", obj.id)) used elsewhere for the same
SQLAlchemy Mapped-attribute inference gap.
2026-07-10 05:21:11 +00:00
..