Skip to content

Commit f8bf011

Browse files
committed
Remove incorrect comment
Comment seems superfluous anyways.
1 parent fd0a85d commit f8bf011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

posthog/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ def get_feature_flag(
683683
self.load_feature_flags()
684684
response = None
685685

686-
# If loading in previous line failed
687686
if self.feature_flags:
688687
for flag in self.feature_flags:
689688
if flag["key"] == key:

0 commit comments

Comments
 (0)