Skip to content

Commit 92fc801

Browse files
Add return type annotation
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 1e382dc commit 92fc801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def get_feature_flag_result(
537537
only_evaluate_locally=False,
538538
send_feature_flag_events=True,
539539
disable_geoip=None, # type: Optional[bool]
540-
): # type: ignore
540+
) -> Optional[FeatureFlagResult]: # type hint for feature flag result
541541
"""
542542
Get a FeatureFlagResult object which contains the flag result and payload.
543543

0 commit comments

Comments
 (0)