Skip to content

Commit 67d94ce

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent ec01ab7 commit 67d94ce

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
@@ -395,7 +395,7 @@ def active_learning(
395395
upload_destination: str = "",
396396
conditionals: dict = {},
397397
use_localhost: bool = False,
398-
local_server = "http://localhost:9001/",
398+
local_server="http://localhost:9001/",
399399
) -> Any:
400400
"""perform inference on each image in directory and upload based on conditions
401401
@params:

0 commit comments

Comments
 (0)