Skip to content

Commit

Permalink
[automated] Fix code linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-core-bot committed Jul 16, 2024
1 parent 7b3d985 commit 6325769
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/subworkflows/update.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import io
import logging
import re
import shutil
import tempfile
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion tests/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import shutil
import unittest
from pathlib import Path
import pytest

import pytest
import requests_cache
import responses
import yaml
Expand Down
1 change: 1 addition & 0 deletions tests/test_subworkflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import shutil
import unittest
from pathlib import Path

import pytest

import nf_core.modules
Expand Down

0 comments on commit 6325769

Please sign in to comment.