Skip to content

Commit 711b2dc

Browse files
authored
Merge 6ebd259 into 4042700
2 parents 4042700 + 6ebd259 commit 711b2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/config/featureFlagEnums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
)
2424

2525

26-
class FeatureFlagEnumProtocol(Protocol, typing.Collection):
26+
class FeatureFlagEnumProtocol(Protocol):
2727
""" All feature flags are expected to have a "DEFAULT" value.
2828
This definition is provided only for type annotations
2929
"""

0 commit comments

Comments
 (0)