We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b83d1b2 + 8058047 commit fda55e7Copy full SHA for fda55e7
pydanticrud/backends/dynamodb.py
@@ -9,9 +9,9 @@
9
from botocore.exceptions import ClientError
10
from rule_engine import Rule, ast, types
11
12
+from ..dynamo_type_serializer import DynamoTypeSerializer
13
from ..main import IterableResult
14
from ..exceptions import DoesNotExist, ConditionCheckFailed
-from ..dynamo_type_serializer import DynamoTypeSerializer
15
16
log = logging.getLogger(__name__)
17
0 commit comments