Skip to content

Commit af4eb47

Browse files
committed
remove comment for exception
1 parent a78dfea commit af4eb47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roboflow/core/version.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ def live_plot(epochs, mAP, loss, title=""):
484484
elif self.type == TYPE_KEYPOINT_DETECTION:
485485
self.model = KeypointDetectionModel(self.__api_key, self.id, version=self.version)
486486
else:
487-
# Raise an exception if the model type is unsupported or unknown
488487
raise ValueError(f"Unsupported model type: {self.type}")
489488

490489
# return the model object

0 commit comments

Comments
 (0)