Skip to content

Commit 872fc25

Browse files
committed
observatory: Add missing check_badge function in Frontend interface
1 parent b710a41 commit 872fc25

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

devtools/observatory/interfaces.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,10 @@ def check_index_diffs(
602602
) -> Dict[str, str]:
603603
return {}
604604

605+
def check_badges(self, digest: Any, analysis: Dict[str, Any]) -> List[Dict[str, str]]:
606+
return []
607+
608+
605609

606610
@dataclass
607611
class ObservationContext:

0 commit comments

Comments
 (0)