Skip to content

Commit fef66cf

Browse files
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.
1 parent 96b269c commit fef66cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci3/dashboard/rk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from flask_compress import Compress
33
from flask_httpauth import HTTPBasicAuth
44
import gzip
5+
import json
56
import os
67
import re
78
import requests

0 commit comments

Comments
 (0)