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 53bdfc6 commit d0512ecCopy full SHA for d0512ec
mypy-baseline.txt
@@ -36,7 +36,6 @@ posthog/client.py:0: error: "None" has no attribute "start" [attr-defined]
36
posthog/client.py:0: error: "None" has no attribute "get" [attr-defined]
37
posthog/client.py:0: error: Statement is unreachable [unreachable]
38
39
-example.py:0: error: Statement is unreachable [unreachable]
40
posthog/ai/utils.py:0: error: Need type annotation for "output" (hint: "output: list[<type>] = ...") [var-annotated]
41
posthog/ai/utils.py:0: error: Function "builtins.any" is not valid as a type [valid-type]
42
posthog/ai/utils.py:0: note: Perhaps you meant "typing.Any" instead of "any"?
0 commit comments