Skip to content

Commit ca979f0

Browse files
committed
type annotations
1 parent caa64fb commit ca979f0

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
@@ -104,7 +104,7 @@ def alias(
104104
def feature_enabled(
105105
key, # type: str,
106106
distinct_id, # type: str,
107-
default=False, # type: Optional[Any]
107+
default=False, # type: bool
108108
):
109109
# type: (...) -> bool
110110
"""

0 commit comments

Comments
 (0)