Skip to content

Commit af35d79

Browse files
committed
tc
1 parent b4268b0 commit af35d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/torchci/td/get_reverts_caused_by_td.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ class JobFailure:
2929
@dataclass
3030
class CommitInfo:
3131
id: str
32-
last_pr_sha: Optional[str] = None
3332
merge_commit_sha: str
3433
merge_commit_sha_prev: str
3534
revert_commit_sha: str
3635
revert_commit_sha_prev: str
3736
timestamp_of_revert: int = 0
3837
timestamp_of_merge: int = 0
3938
pr_num: int = 0
39+
last_pr_sha: Optional[str] = None
4040
run_id: Optional[int] = None
4141

4242

0 commit comments

Comments
 (0)