Skip to content

Commit d65ca1b

Browse files
authored
fix(codegen): remove unused import (#4260)
1 parent 14d93f0 commit d65ca1b

File tree

1 file changed

+0
-2
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
import java.util.function.BiConsumer;
3030
import java.util.function.Consumer;
3131
import java.util.logging.Logger;
32-
33-
import jdk.internal.net.http.common.Log;
3432
import software.amazon.smithy.aws.traits.ServiceTrait;
3533
import software.amazon.smithy.aws.traits.auth.SigV4Trait;
3634
import software.amazon.smithy.codegen.core.Symbol;

0 commit comments

Comments
 (0)