Commit cb01900
fix: restore missing closing paren in trace.py SealRecord.from_dict()
Previous edit accidentally removed the closing ) from cls(...) call in
from_dict classmethod, causing a SyntaxError. Added back.
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent c1f7557 commit cb01900
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments