Skip to content

Commit 1e973c1

Browse files
committed
style
1 parent faabd42 commit 1e973c1

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
@@ -323,7 +323,9 @@ def deploy(self, model_type: str, model_path: str) -> None:
323323
"yaml": model["model"].yaml,
324324
"nc": model["model"].nc,
325325
"args": {
326-
k: val for k, val in model["model"].args.__dict__.items() if k != "hydra"
326+
k: val
327+
for k, val in model["model"].args.__dict__.items()
328+
if k != "hydra"
327329
},
328330
"ultralytics_version": ultralytics.__version__,
329331
"model_type": model_type,

0 commit comments

Comments
 (0)