Skip to content

Commit fda55e7

Browse files
author
Harinath
committed
conflicts fixed.
2 parents b83d1b2 + 8058047 commit fda55e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydanticrud/backends/dynamodb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
from botocore.exceptions import ClientError
1010
from rule_engine import Rule, ast, types
1111

12+
from ..dynamo_type_serializer import DynamoTypeSerializer
1213
from ..main import IterableResult
1314
from ..exceptions import DoesNotExist, ConditionCheckFailed
14-
from ..dynamo_type_serializer import DynamoTypeSerializer
1515

1616
log = logging.getLogger(__name__)
1717

0 commit comments

Comments
 (0)