Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuni committed Mar 18, 2024
1 parent 4d0dc85 commit 3030a76
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tests/subworkflows/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,14 @@
from pathlib import Path
from unittest import mock


import pytest

from nf_core.modules.modules_json import ModulesJson
from nf_core.subworkflows.install import SubworkflowInstall
import nf_core.subworkflows
import nf_core.components.components_command

import nf_core.subworkflows

from ..utils import (
GITLAB_BRANCH_TEST_BRANCH,
GITLAB_REPO,
GITLAB_SUBWORKFLOWS_BRANCH,
GITLAB_SUBWORKFLOWS_ORG_PATH_BRANCH,
GITLAB_URL,
with_temporary_folder,
)

# TODO: #Change this for the correct SUCCEED_SHA
Expand Down

0 comments on commit 3030a76

Please sign in to comment.