From 9d1d65ae9063b001903b67c815dab348f31f72d7 Mon Sep 17 00:00:00 2001 From: rainman-xx Date: Mon, 27 Dec 2021 03:51:39 +0000 Subject: [PATCH] Update __init__.py FIX the missing space after the 'af-south-1' at line 168 --- skew/arn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skew/arn/__init__.py b/skew/arn/__init__.py index 06b332c..c3f2553 100644 --- a/skew/arn/__init__.py +++ b/skew/arn/__init__.py @@ -165,7 +165,7 @@ class Region(ARNComponent): 'ap-northeast-2', 'ap-south-1', 'ap-east-1', - 'af-south-1' + 'af-south-1', 'ca-central-1', 'sa-east-1', 'me-south-1',