Skip to content

Commit cdad9d0

Browse files
authored
Merge 6ebd259 into 0a076dc
2 parents 0a076dc + 6ebd259 commit cdad9d0

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)