Skip to content

Commit 825911b

Browse files
committed
fix(codegen): checkstyle errors
1 parent cb3bbdb commit 825911b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import software.amazon.smithy.model.shapes.OperationShape;
3939
import software.amazon.smithy.model.shapes.ServiceShape;
4040
import software.amazon.smithy.model.shapes.Shape;
41-
import software.amazon.smithy.model.shapes.ShapeId;
4241
import software.amazon.smithy.model.traits.OptionalAuthTrait;
4342
import software.amazon.smithy.typescript.codegen.CodegenUtils;
4443
import software.amazon.smithy.typescript.codegen.LanguageTarget;

codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AwsSdkCustomizeSigV4Auth.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
import static software.amazon.smithy.aws.typescript.codegen.AwsTraitsUtils.isAwsService;
99
import static software.amazon.smithy.aws.typescript.codegen.AwsTraitsUtils.isSigV4Service;
1010

11-
import java.nio.file.Paths;
1211
import java.util.Collections;
1312
import java.util.List;
1413
import java.util.Map;
1514
import java.util.Set;
16-
import java.util.function.BiConsumer;
1715
import java.util.function.Consumer;
1816
import software.amazon.smithy.aws.traits.auth.SigV4Trait;
1917
import software.amazon.smithy.aws.typescript.codegen.AwsDependency;
@@ -23,11 +21,8 @@
2321
import software.amazon.smithy.model.knowledge.TopDownIndex;
2422
import software.amazon.smithy.model.shapes.OperationShape;
2523
import software.amazon.smithy.model.shapes.ServiceShape;
26-
import software.amazon.smithy.model.shapes.ShapeId;
2724
import software.amazon.smithy.model.traits.OptionalAuthTrait;
28-
import software.amazon.smithy.typescript.codegen.CodegenUtils;
2925
import software.amazon.smithy.typescript.codegen.LanguageTarget;
30-
import software.amazon.smithy.typescript.codegen.TypeScriptCodegenContext;
3126
import software.amazon.smithy.typescript.codegen.TypeScriptDependency;
3227
import software.amazon.smithy.typescript.codegen.TypeScriptSettings;
3328
import software.amazon.smithy.typescript.codegen.TypeScriptWriter;

0 commit comments

Comments
 (0)