Skip to content

Commit b65edfa

Browse files
committed
Remove trailing newline
1 parent 82477f0 commit b65edfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy-baseline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ posthog/ai/anthropic/anthropic.py:0: error: Incompatible types in assignment (ex
5858
posthog/ai/anthropic/anthropic.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment]
5959
posthog/ai/anthropic/anthropic.py:0: error: Incompatible types in assignment (expression has type "UUID", variable has type "str | None") [assignment]
6060
llm_observability_examples.py:0: error: Argument "posthog_client" to "OpenAI" has incompatible type Module; expected "Client" [arg-type]
61-
llm_observability_examples.py:0: error: Argument "posthog_client" to "AsyncOpenAI" has incompatible type Module; expected "Client" [arg-type]
61+
llm_observability_examples.py:0: error: Argument "posthog_client" to "AsyncOpenAI" has incompatible type Module; expected "Client" [arg-type]

0 commit comments

Comments
 (0)