We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4042700 + 6ebd259 commit 711b2dcCopy full SHA for 711b2dc
1 file changed
source/config/featureFlagEnums.py
@@ -23,7 +23,7 @@
23
)
24
25
26
-class FeatureFlagEnumProtocol(Protocol, typing.Collection):
+class FeatureFlagEnumProtocol(Protocol):
27
""" All feature flags are expected to have a "DEFAULT" value.
28
This definition is provided only for type annotations
29
"""
0 commit comments