From c20f7c06a7a63b2b98478bf07dfe3c9b34d24259 Mon Sep 17 00:00:00 2001 From: Mieszko Makuch Date: Wed, 7 May 2025 12:54:42 +0200 Subject: [PATCH] ISEPOS-2373 Fix: json not defined --- src/seismic_hazard_forecasting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/seismic_hazard_forecasting.py b/src/seismic_hazard_forecasting.py index dd8cb7e..55a2807 100644 --- a/src/seismic_hazard_forecasting.py +++ b/src/seismic_hazard_forecasting.py @@ -511,6 +511,7 @@ verbose: {verbose}") import xml.etree.ElementTree as ET # <-- TODO place this with other imports + import json # ----------------------------------------- # Inject bounding box (BBOX) metadata into the SVG