Skip to content

Commit 2347079

Browse files
authored
removing comment
1 parent a13046c commit 2347079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def train(self, speed=None, model_type=None, checkpoint=None, plot_in_notebook=F
329329
url = f"{API_URL}/{workspace}/{project}/{self.version}/train"
330330

331331
data = {}
332-
# Keep existing order to avoid unnecessary diffs; append new field without reordering
332+
333333
if speed:
334334
data["speed"] = speed
335335

0 commit comments

Comments
 (0)