Skip to content

Commit

Permalink
Merge pull request #1730 from fabianegli/unused-imports
Browse files Browse the repository at this point in the history
remove unused imports
  • Loading branch information
ErikDanielsson authored Aug 5, 2022
2 parents bc935ba + 77f3f0c commit eb27a64
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion nf_core/modules/lint/module_changes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Check whether the content of a module has changed compared to the original repository
"""
import os
import shutil
import tempfile
from pathlib import Path
Expand Down
2 changes: 0 additions & 2 deletions nf_core/modules/lint/module_patch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os
import shutil
from pathlib import Path

from ..modules_differ import ModulesDiffer
Expand Down
1 change: 0 additions & 1 deletion nf_core/modules/lint/module_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"""

import logging
import os
from pathlib import Path

import nf_core
Expand Down
1 change: 0 additions & 1 deletion nf_core/modules/modules_command.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import glob
import logging
import os
import shutil
Expand Down
1 change: 0 additions & 1 deletion nf_core/modules/modules_differ.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from rich.syntax import Syntax

import nf_core.utils
from nf_core.utils import plural_s

log = logging.getLogger(__name__)

Expand Down
1 change: 0 additions & 1 deletion nf_core/modules/nfcore_module.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
The NFCoreModule class holds information and utility functions for a single module
"""
import os
from pathlib import Path


Expand Down
1 change: 0 additions & 1 deletion nf_core/modules/update.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import enum
import json
import logging
import os
import shutil
Expand Down

0 comments on commit eb27a64

Please sign in to comment.