Skip to content

Commit d0512ec

Browse files
committed
Fixed error
1 parent 53bdfc6 commit d0512ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy-baseline.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ posthog/client.py:0: error: "None" has no attribute "start" [attr-defined]
3636
posthog/client.py:0: error: "None" has no attribute "get" [attr-defined]
3737
posthog/client.py:0: error: Statement is unreachable [unreachable]
3838
posthog/client.py:0: error: Statement is unreachable [unreachable]
39-
example.py:0: error: Statement is unreachable [unreachable]
4039
posthog/ai/utils.py:0: error: Need type annotation for "output" (hint: "output: list[<type>] = ...") [var-annotated]
4140
posthog/ai/utils.py:0: error: Function "builtins.any" is not valid as a type [valid-type]
4241
posthog/ai/utils.py:0: note: Perhaps you meant "typing.Any" instead of "any"?

0 commit comments

Comments
 (0)