We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5beee commit 17c9280Copy full SHA for 17c9280
optimizely/project_config.py
@@ -42,7 +42,7 @@
42
EntityClass = TypeVar('EntityClass')
43
44
45
-class Region(str, enums):
+class Region:
46
US = 'US'
47
EU = 'EU'
48
0 commit comments