From 567cf750d587d3212d2bdb4e94abb60ba7c2e6c7 Mon Sep 17 00:00:00 2001 From: J2-D2-3PO <188380414+J2-D2-3PO@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:03:03 -0700 Subject: [PATCH] Remove highlight-next-line to fix indentation --- 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")) ```