Skip to content

Commit ff7d4c8

Browse files
committed
chore: unused imports
1 parent 940b621 commit ff7d4c8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsRestXml.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import software.amazon.smithy.aws.traits.ServiceTrait;
2424
import software.amazon.smithy.aws.traits.protocols.RestXmlTrait;
2525
import software.amazon.smithy.codegen.core.SymbolProvider;
26-
import software.amazon.smithy.codegen.core.SymbolReference;
2726
import software.amazon.smithy.model.knowledge.HttpBinding;
2827
import software.amazon.smithy.model.knowledge.HttpBinding.Location;
2928
import software.amazon.smithy.model.shapes.MemberShape;

codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonRpcProtocolGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import software.amazon.smithy.typescript.codegen.TypeScriptWriter;
3030
import software.amazon.smithy.typescript.codegen.integration.DocumentMemberSerVisitor;
3131
import software.amazon.smithy.typescript.codegen.integration.HttpRpcProtocolGenerator;
32-
import software.amazon.smithy.utils.IoUtils;
3332
import software.amazon.smithy.utils.SmithyInternalApi;
3433

3534
/**

codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/RestJsonProtocolGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import software.amazon.smithy.typescript.codegen.TypeScriptWriter;
3939
import software.amazon.smithy.typescript.codegen.integration.DocumentMemberSerVisitor;
4040
import software.amazon.smithy.typescript.codegen.integration.HttpBindingProtocolGenerator;
41-
import software.amazon.smithy.utils.IoUtils;
4241
import software.amazon.smithy.utils.SmithyInternalApi;
4342

4443
/**

0 commit comments

Comments
 (0)