Skip to content

Commit

Permalink
fix: import os
Browse files Browse the repository at this point in the history
  • Loading branch information
arpanetus committed Nov 24, 2023
1 parent 64a852f commit 93b6c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion higgsfield/internal/launch.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Any, Dict, List
from pathlib import Path

from fabric.config import os
import os
from higgsfield.internal.experiment.decorator import _experiments
from higgsfield.internal.experiment.params import parse_kwargs_to_params
from higgsfield.internal.experiment.builder import _source_experiments
Expand Down

0 comments on commit 93b6c41

Please sign in to comment.