Skip to content

Commit

Permalink
🐛 Import settings classes from api
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma authored Aug 23, 2024
1 parent 0fa3375 commit 45c5d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/snk_cli/conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def create_workflow_v7(conda_prefix):
def create_workflow_v8(
conda_prefix
):
from snakemake.api import Workflow
from snakemake.settings.types import (
from snakemake.api import (
Workflow,
ConfigSettings,
DeploymentSettings,
ResourceSettings,
Expand Down

0 comments on commit 45c5d38

Please sign in to comment.