Skip to content

Commit 213448a

Browse files
committed
docs: remove bytes field example
Signed-off-by: punndcoder28 <[email protected]>
1 parent c93df9d commit 213448a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docarray/documents/text.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ class MultiModalDoc(BaseDoc):
122122
bytes_: Optional[bytes] = Field(
123123
description='''The bytes of image or video content that can be loaded
124124
into an image or video tensor object''',
125-
example='',
126125
)
127126

128127
def __init__(self, text: Optional[str] = None, **kwargs):

0 commit comments

Comments
 (0)