Skip to content

Commit d4570e2

Browse files
authored
Merge pull request #449 from Labelbox/jtso/fixvideorepr
update VideoData repr
2 parents 16340b5 + 25a4e86 commit d4570e2

File tree

1 file changed

+1
-1
lines changed
  • labelbox/data/annotation_types/data

1 file changed

+1
-1
lines changed

labelbox/data/annotation_types/data/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def validate_data(cls, values):
160160
return values
161161

162162
def __repr__(self) -> str:
163-
return f"TextData(file_path={self.file_path}," \
163+
return f"VideoData(file_path={self.file_path}," \
164164
f"frames={'...' if self.frames is not None else None}," \
165165
f"url={self.url})"
166166

0 commit comments

Comments
 (0)