Skip to content

Commit d1a25ff

Browse files
committed
Remove redundant section
1 parent 988b3b0 commit d1a25ff

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

mypy-baseline.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -288,31 +288,19 @@ llm_observability_examples.py:0: error: Function is missing a return type annota
288288
llm_observability_examples.py:0: error: Function is missing a return type annotation [no-untyped-def]
289289
llm_observability_examples.py:0: error: Function is missing a type annotation [no-untyped-def]
290290
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_distinct_id" for "create" of "Embeddings" [call-arg]
291-
env/lib/python3.11/site-packages/openai/resources/embeddings.py:0: note: "create" of "Embeddings" defined here
292291
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_trace_id" for "create" of "Embeddings" [call-arg]
293-
env/lib/python3.11/site-packages/openai/resources/embeddings.py:0: note: "create" of "Embeddings" defined here
294292
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_properties" for "create" of "Embeddings" [call-arg]
295-
env/lib/python3.11/site-packages/openai/resources/embeddings.py:0: note: "create" of "Embeddings" defined here
296293
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_groups" for "create" of "Embeddings" [call-arg]
297-
env/lib/python3.11/site-packages/openai/resources/embeddings.py:0: note: "create" of "Embeddings" defined here
298294
llm_observability_examples.py:0: error: Function is missing a type annotation [no-untyped-def]
299295
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_distinct_id" for "create" of "AsyncEmbeddings" [call-arg]
300-
env/lib/python3.11/site-packages/openai/resources/embeddings.py:0: note: "create" of "AsyncEmbeddings" defined here
301296
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_trace_id" for "create" of "AsyncEmbeddings" [call-arg]
302-
env/lib/python3.11/site-packages/openai/resources/embeddings.py:0: note: "create" of "AsyncEmbeddings" defined here
303297
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_properties" for "create" of "AsyncEmbeddings" [call-arg]
304-
env/lib/python3.11/site-packages/openai/resources/embeddings.py:0: note: "create" of "AsyncEmbeddings" defined here
305298
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_groups" for "create" of "AsyncEmbeddings" [call-arg]
306-
env/lib/python3.11/site-packages/openai/resources/embeddings.py:0: note: "create" of "AsyncEmbeddings" defined here
307299
llm_observability_examples.py:0: error: Function is missing a type annotation [no-untyped-def]
308300
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_distinct_id" for "parse" of "Completions" [call-arg]
309-
env/lib/python3.11/site-packages/openai/resources/beta/chat/completions.py:0: note: "parse" of "Completions" defined here
310301
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_trace_id" for "parse" of "Completions" [call-arg]
311-
env/lib/python3.11/site-packages/openai/resources/beta/chat/completions.py:0: note: "parse" of "Completions" defined here
312302
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_properties" for "parse" of "Completions" [call-arg]
313-
env/lib/python3.11/site-packages/openai/resources/beta/chat/completions.py:0: note: "parse" of "Completions" defined here
314303
llm_observability_examples.py:0: error: Unexpected keyword argument "posthog_groups" for "parse" of "Completions" [call-arg]
315-
env/lib/python3.11/site-packages/openai/resources/beta/chat/completions.py:0: note: "parse" of "Completions" defined here
316304
posthog/ai/langchain/callbacks.py:0: error: Function is missing a return type annotation [no-untyped-def]
317305
posthog/ai/langchain/callbacks.py:0: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
318306
posthog/ai/langchain/callbacks.py:0: error: Function is missing a return type annotation [no-untyped-def]

mypy.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ warn_unused_ignores = True
1212
warn_no_return = True
1313
warn_unreachable = True
1414

15-
[mypy-*]
16-
disallow_untyped_defs = False
17-
check_untyped_defs = False
18-
1915
[mypy-django.*]
2016
ignore_missing_imports = True
2117

0 commit comments

Comments
 (0)