From 1013eccb533bf8a09fd2145bc946cec3e38bdd0a Mon Sep 17 00:00:00 2001 From: jonathan343 <43360731+jonathan343@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:49:34 -0700 Subject: [PATCH] Fix formatting issue (#3262) --- botocore/regions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/botocore/regions.py b/botocore/regions.py index 20504521b4..4c23737270 100644 --- a/botocore/regions.py +++ b/botocore/regions.py @@ -454,6 +454,7 @@ class EndpointResolverBuiltins(str, Enum): ACCOUNT_ID = "AWS::Auth::AccountId" ACCOUNT_ID_ENDPOINT_MODE = "AWS::Auth::AccountIdEndpointMode" + class EndpointRulesetResolver: """Resolves endpoints using a service's endpoint ruleset"""