Skip to content

Commit 56bbb66

Browse files
authored
Merge pull request #35 from wherobots/peter/region-fix
fix(BUG-921): fix region enum name
2 parents 438c72e + 6ce09ab commit 56bbb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wherobots/db/region.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
class Region(Enum):
55
AWS_US_WEST_2 = "aws-us-west-2"
6-
AWS_EU_EAST_1 = "aws-eu-west-1"
6+
AWS_EU_WEST_1 = "aws-eu-west-1"

0 commit comments

Comments
 (0)