Skip to content

Commit eb7effc

Browse files
author
Tianyi Wang
committed
normalize accoundid endpoint routing import
1 parent 7974ca4 commit eb7effc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

codegen/smithy-aws-go-codegen/src/main/java/software/amazon/smithy/aws/go/codegen/customization/AccountIDEndpointRouting.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
import software.amazon.smithy.aws.go.codegen.SdkGoTypes;
44
import software.amazon.smithy.codegen.core.SymbolProvider;
5-
import software.amazon.smithy.go.codegen.*;
5+
import software.amazon.smithy.go.codegen.GoDelegator;
6+
import software.amazon.smithy.go.codegen.GoSettings;
7+
import software.amazon.smithy.go.codegen.GoStdlibTypes;
8+
import software.amazon.smithy.go.codegen.GoWriter;
69
import software.amazon.smithy.go.codegen.integration.GoIntegration;
10+
import software.amazon.smithy.go.codegen.SmithyGoTypes;
711
import software.amazon.smithy.model.Model;
812
import software.amazon.smithy.rulesengine.traits.EndpointRuleSetTrait;
913
import software.amazon.smithy.utils.MapUtils;

0 commit comments

Comments
 (0)