Skip to content

Commit 9aff783

Browse files
authored
Merge 6ebd259 into e642b85
2 parents e642b85 + 6ebd259 commit 9aff783

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)