From 37b811548591ee8ef3b0a9f0a599f9d4d314aa7f Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sat, 20 Jun 2026 23:29:00 +0800 Subject: [PATCH] [moz] fix(lint): remove unused json import in toolchain_templates.py --- src/daemon/toolchain_templates.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/daemon/toolchain_templates.py b/src/daemon/toolchain_templates.py index a58c32b..e767188 100644 --- a/src/daemon/toolchain_templates.py +++ b/src/daemon/toolchain_templates.py @@ -5,7 +5,6 @@ from __future__ import annotations -import json import logging from collections import defaultdict from pathlib import Path