Skip to content

Commit

Permalink
Remove highlight-next-line to fix indentation issue (#3021)
Browse files Browse the repository at this point in the history
  • Loading branch information
J2-D2-3PO authored Nov 21, 2024
1 parent 3f43e81 commit a323429
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/docs/guides/tracking/tracing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
```

Expand Down

0 comments on commit a323429

Please sign in to comment.