Skip to content

Commit

Permalink
Remove an unused import, 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 2efda30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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
1 change: 1 addition & 0 deletions tests/lint/nextflow_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import subprocess
from unittest import mock


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 2efda30

Please sign in to comment.