Skip to content

Commit 8738b53

Browse files
author
Bob Strahan
committed
Add Float to Decimal conversion
1 parent 3b924a1 commit 8738b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/idp_common_pkg/idp_common/dynamodb/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import datetime
1212
import json
1313
import logging
14+
from decimal import Decimal
1415
from typing import Any, Dict, Optional
1516

1617
from idp_common.dynamodb.client import DynamoDBClient

0 commit comments

Comments
 (0)