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 e642b85 + 6ebd259 commit 9aff783Copy full SHA for 9aff783
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