From 8aee50444bed4c5d2eccd3a6be9d06042e24adef Mon Sep 17 00:00:00 2001 From: waylon <1158341873@qq.com> Date: Wed, 15 Nov 2023 19:18:04 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20mako=20=E8=AF=AD=E6=B3=95=E6=94=AF?= =?UTF-8?q?=E6=8C=81=20json=20=E5=8C=85=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/default.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.py b/config/default.py index 748f5417b4..4d1b984592 100644 --- a/config/default.py +++ b/config/default.py @@ -460,6 +460,7 @@ def _(s): "random": "random", "time": "time", "os.path": "os.path", + "json": "json", } if env.SOPS_MAKO_IMPORT_MODULES: