Skip to content

Commit 6b8e346

Browse files
committed
fix code indentation error
1 parent f3a46d5 commit 6b8e346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/elements/local-image.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ image1.send()
5454
# Sending an image with file content as bytes
5555
with open("./image2.jpg", "rb") as f:
5656
image_content = f.read()
57-
image2 = LocalImage(name="image2", display="inline", content=image_content)
58-
image2.send()
57+
image2 = LocalImage(name="image2", display="inline", content=image_content)
58+
image2.send()
5959
```

0 commit comments

Comments
 (0)