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.
1 parent 85cad9a commit 4c98936Copy full SHA for 4c98936
posthog/types.py
@@ -54,7 +54,6 @@ class FeatureFlag:
54
metadata: Union[FlagMetadata, LegacyFlagMetadata]
55
56
def get_value(self) -> FlagValue:
57
- assert self.variant is None or self.enabled
58
return self.variant or self.enabled
59
60
@classmethod
0 commit comments