Skip to content

Commit d3f1972

Browse files
committed
style
1 parent c631305 commit d3f1972

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
@@ -159,7 +159,9 @@ def download(self, model_format=None, location=None, overwrite: bool = True):
159159

160160
if model_format == "yolov8":
161161
# we assume the user will want to use yolov8, for now we only support ultralytics=="8.11.0"
162-
print_warn_for_wrong_dependencies_versions([("ultralytics", "<=", "8.0.20")])
162+
print_warn_for_wrong_dependencies_versions(
163+
[("ultralytics", "<=", "8.0.20")]
164+
)
163165

164166
model_format = self.__get_format_identifier(model_format)
165167

0 commit comments

Comments
 (0)