Skip to content

Commit b8c00a7

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent f5c3983 commit b8c00a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roboflow/core/version.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@ def export(self, model_format=None) -> bool | None:
296296
else:
297297
raise RuntimeError(f"Unexpected export {export_info}")
298298

299-
def train(self, speed=None, model_type=None, checkpoint=None, plot_in_notebook=False, epochs=None) -> InferenceModel:
299+
def train(
300+
self, speed=None, model_type=None, checkpoint=None, plot_in_notebook=False, epochs=None
301+
) -> InferenceModel:
300302
"""
301303
Ask the Roboflow API to train a previously exported version's dataset.
302304

0 commit comments

Comments
 (0)