Skip to content

Commit b764a9c

Browse files
committed
chore: unused import
1 parent d09079e commit b764a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/submodules/protocols/xml/XmlShapeDeserializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { FromStringShapeDeserializer } from "@smithy/core/protocols";
2-
import { ListSchema, NormalizedSchema } from "@smithy/core/schema";
2+
import { NormalizedSchema } from "@smithy/core/schema";
33
import { getValueFromTextNode } from "@smithy/smithy-client";
44
import type { Schema, SerdeFunctions, ShapeDeserializer } from "@smithy/types";
55
import { toUtf8 } from "@smithy/util-utf8";

0 commit comments

Comments
 (0)