Skip to content

Commit 37eb7fc

Browse files
committed
update format
1 parent 71b1df6 commit 37eb7fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nemo_run/core/execution/lepton.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ class LeptonExecutor(Executor):
5353
node_group: str = ""
5454
mounts: list[dict[str, Any]] = field(default_factory=list)
5555
lepton_job_dir: str = field(init=False, default="")
56-
image_pull_secrets: list[str] = field(default_factory=list) # Image pull secrets for container registry authentication
56+
image_pull_secrets: list[str] = field(
57+
default_factory=list
58+
) # Image pull secrets for container registry authentication
5759
custom_spec: dict[str, Any] = field(default_factory=dict)
5860
pre_launch_commands: list[str] = field(default_factory=list) # Custom commands before launch
5961

0 commit comments

Comments
 (0)