Skip to content

Commit

Permalink
docs: remove bytes field example
Browse files Browse the repository at this point in the history
Signed-off-by: punndcoder28 <puneethk.2899@gmail.com>
  • Loading branch information
punndcoder28 committed Sep 5, 2023
1 parent b72c09c commit 9be3411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docarray/documents/image.py
Expand Up @@ -112,7 +112,6 @@ class MultiModalDoc(BaseDoc):
bytes_: Optional[ImageBytes] = Field(
description='''Bytes object of the image which is an instance of
`ImageBytes.''',
example='img.url.load_bytes()',
)

@classmethod
Expand Down

0 comments on commit 9be3411

Please sign in to comment.