From 65eddc5e510349a901e0c45329964593dbf37671 Mon Sep 17 00:00:00 2001 From: BobTheBuidler Date: Thu, 19 Oct 2023 00:06:15 +0000 Subject: [PATCH] fix: type err --- scripts/s3.py | 1 + 1 file changed, 1 insertion(+) 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: