Skip to content

Commit

Permalink
fix: type err
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Oct 19, 2023
1 parent 1086d4f commit 998559c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 998559c

Please sign in to comment.