Skip to content

Commit 93b6c41

Browse files
committed
fix: import os
1 parent 64a852f commit 93b6c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: higgsfield/internal/launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Any, Dict, List
22
from pathlib import Path
33

4-
from fabric.config import os
4+
import os
55
from higgsfield.internal.experiment.decorator import _experiments
66
from higgsfield.internal.experiment.params import parse_kwargs_to_params
77
from higgsfield.internal.experiment.builder import _source_experiments

0 commit comments

Comments
 (0)