From a323429bfd7c9ef7e86c57be5bc7b69d948eac50 Mon Sep 17 00:00:00 2001 From: J2-D2-3PO <188380414+J2-D2-3PO@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:55:51 -0700 Subject: [PATCH] Remove highlight-next-line to fix indentation issue (#3021) --- docs/docs/guides/tracking/tracing.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/guides/tracking/tracing.mdx b/docs/docs/guides/tracking/tracing.mdx index 57d7ef426af8..354d804be607 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")) ```