We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16340b5 commit 25a4e86Copy full SHA for 25a4e86
labelbox/data/annotation_types/data/video.py
@@ -160,7 +160,7 @@ def validate_data(cls, values):
160
return values
161
162
def __repr__(self) -> str:
163
- return f"TextData(file_path={self.file_path}," \
+ return f"VideoData(file_path={self.file_path}," \
164
f"frames={'...' if self.frames is not None else None}," \
165
f"url={self.url})"
166
0 commit comments