Skip to content

Commit 3535482

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 7fb7a92 commit 3535482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def active_learning(
566566
return (
567567
prediction_results if type(raw_data_location) is not np.ndarray else prediction_results[-1]["predictions"]
568568
)
569-
569+
570570
def deploy_model(
571571
self,
572572
model_type: str,

0 commit comments

Comments
 (0)