From 27824392bfc05eadc1e722914d259acd64f91f2e Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 17 Jul 2025 16:48:45 +0200 Subject: [PATCH] Update json_to_md.py --- json_to_md.py | 1 + 1 file changed, 1 insertion(+) diff --git a/json_to_md.py b/json_to_md.py index a2d5c3c8..8b210299 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -7,6 +7,7 @@ import re import pytest from pytest import ExitCode import traceback +import pytz def stringify(obj, indent=0): space = ' ' * indent