Skip to content

Commit 4b0d0c6

Browse files
committed
Remove duplicates
1 parent 8f9a6da commit 4b0d0c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/mach/templates/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ def render_value(value):
6767
}
6868

6969
AZURE_REGION_DISPLAY_MAP_SHORT = {
70-
"westeurope": "we",
71-
"northeurope": "ne",
72-
7370
"eastasia": "ea",
7471
"southeastasia": "sea",
7572
"centralus": "cus",
@@ -104,6 +101,7 @@ def render_value(value):
104101
"southafricawest": "saw",
105102
}
106103

104+
107105
def azure_region_long(value):
108106
try:
109107
return AZURE_REGION_DISPLAY_MAP_LONG[value]

0 commit comments

Comments
 (0)