Skip to content

Commit

Permalink
Fix imports, cleanup unnecessary differences
Browse files Browse the repository at this point in the history
  • Loading branch information
fa2k committed Oct 17, 2023
1 parent 0e33bf0 commit 0cf3fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion nf_core/lint/nextflow_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import re
import subprocess
from nf_core.utils import nextflow_cmd

log = logging.getLogger(__name__)

Expand Down
6 changes: 4 additions & 2 deletions tests/lint/nextflow_config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import nf_core.create
import nf_core.lint
import subprocess
from unittest import mock

import nf_core.create
import nf_core.lint


def test_nextflow_config_example_pass(self):
"""Tests that config variable existence test works with good pipeline example"""
self.lint_obj._load_pipeline_config()
Expand Down

0 comments on commit 0cf3fbd

Please sign in to comment.