Skip to content

Commit c48fc32

Browse files
authored
SupportedRegion as a StrEnum
1 parent 4998cd9 commit c48fc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/firebase_functions/options.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class MemoryOption(int, _enum.Enum):
8989
GB_32 = 32 << 10
9090

9191

92-
class SupportedRegion(str, _enum.Enum):
92+
class SupportedRegion(_enum.StrEnum):
9393
"""
9494
All regions supported by Cloud Functions (2nd gen).
9595
"""

0 commit comments

Comments
 (0)