Skip to content

Commit c9e5877

Browse files
author
Matt Sokoloff
committed
format
1 parent 55e21a1 commit c9e5877

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

labelbox/data/annotation_types/data/video.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ def create_url(self, signer: Callable[[bytes], str]) -> None:
116116
self.file_path = self.frames_to_video(self.frames)
117117
self.url = self.create_url(signer)
118118
else:
119-
raise ValueError(
120-
"One of url, file_path, frames must not be None.")
119+
raise ValueError("One of url, file_path, frames must not be None.")
121120
return self.url
122121

123122
def frames_to_video(self,

0 commit comments

Comments
 (0)