diff --git a/docs/docs/guides/tracking/tracing.mdx b/docs/docs/guides/tracking/tracing.mdx index 57d7ef426af..354d804be60 100644 --- a/docs/docs/guides/tracking/tracing.mdx +++ b/docs/docs/guides/tracking/tracing.mdx @@ -194,7 +194,6 @@ However, often LLM applications have additional logic (such as pre/post processi ```python showLineNumbers # Notice that we pass the `instance` as the first argument. - # highlight-next-line print(instance.my_method.call(instance, "World")) ```