Skip to content

Commit 8a65e0f

Browse files
committed
Delete blank lines
1 parent a7d74ac commit 8a65e0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

optimizely/project_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@
4040
RESERVED_ATTRIBUTE_PREFIX: Final = '$opt_'
4141

4242
EntityClass = TypeVar('EntityClass')
43-
4443
class Region(str, enums):
4544
US = 'US'
4645
EU = 'EU'
47-
4846
class ProjectConfig:
4947
""" Representation of the Optimizely project config. """
5048

0 commit comments

Comments
 (0)