Skip to content

Commit 17c9280

Browse files
committed
Fix test errors
1 parent ba5beee commit 17c9280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/project_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
EntityClass = TypeVar('EntityClass')
4343

4444

45-
class Region(str, enums):
45+
class Region:
4646
US = 'US'
4747
EU = 'EU'
4848

0 commit comments

Comments
 (0)