diff --git a/scripts/s3.py b/scripts/s3.py index 9a97e4ef6..42a945bc0 100644 --- a/scripts/s3.py +++ b/scripts/s3.py @@ -368,6 +368,7 @@ def _dedecimal(dct: dict): _dedecimal(v) elif isinstance(v, Decimal): dct[k] = float(v) + return dct @lru_cache def _get_debug_lock() -> asyncio.Lock: