Skip to content

Commit 62b163c

Browse files
committed
chore: adjust outdated comment.
Signed-off-by: Nicholas Allen <[email protected]>
1 parent f08b722 commit 62b163c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macaron/slsa_analyzer/analyze_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def get_dict(self) -> dict:
180180
# Remove result_tables since we don't have a good json representation for them.
181181
sorted_on_id = []
182182
for res in _sorted_on_id:
183-
# res is CheckResult(TypedDict)
183+
# res is CheckResult
184184
res_dict: dict = dict(res.get_dict())
185185
res_dict.pop("result_tables")
186186
sorted_on_id.append(res_dict)

0 commit comments

Comments
 (0)