Skip to content

Commit

Permalink
fix: type err
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Apr 9, 2024
1 parent 2ab2fa4 commit 60022e0
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 @@ -367,6 +367,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 60022e0

Please sign in to comment.