Skip to content

Commit d7e2d52

Browse files
committed
🖤 make black happy
1 parent 4e69043 commit d7e2d52

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
@@ -570,7 +570,9 @@ def callback(content: dict) -> dict:
570570
if format in ["yolov5pytorch", "yolov7pytorch", "yolov8"]:
571571
content["train"] = location + content["train"].lstrip("..")
572572
content["val"] = location + content["val"].lstrip("..")
573-
if not get_wrong_dependencies_versions([("ultralytics", ">=", "8.0.30")], pass_uninstalled=True):
573+
if not get_wrong_dependencies_versions(
574+
[("ultralytics", ">=", "8.0.30")], pass_uninstalled=True
575+
):
574576
content["train"] = "train/images"
575577
content["val"] = "valid/images"
576578
content["test"] = "test/images"

0 commit comments

Comments
 (0)