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 0a076dc + 6ebd259 commit cdad9d0Copy full SHA for cdad9d0
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