From 187c6ac26c98c572938131f917eba23e845af8f7 Mon Sep 17 00:00:00 2001 From: Jonathan Hao Date: Wed, 7 Jan 2026 15:28:14 +0000 Subject: [PATCH] fix: add missing json import to chonk-breakdowns dashboard PR #18987 moved the CI dashboard from iac repo to aztec-packages but the json import was missing, causing 500 errors on the flows API. --- ci3/dashboard/rk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ci3/dashboard/rk.py b/ci3/dashboard/rk.py index abf637458941..10e57b8ecf5e 100644 --- a/ci3/dashboard/rk.py +++ b/ci3/dashboard/rk.py @@ -2,6 +2,7 @@ from flask_compress import Compress from flask_httpauth import HTTPBasicAuth import gzip +import json import os import re import requests