Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Robaina committed Mar 15, 2023
1 parent e3d9fe0 commit 5528d9a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/metatag/database/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"""

import logging
import re
from pathlib import Path

import pyfastx
Expand Down
1 change: 0 additions & 1 deletion src/metatag/phylotree.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from pathlib import Path

# from Bio import Phylo

import metatag.wrappers as wrappers
from metatag.utils import easy_pattern_matching, set_default_output_path

Expand Down
1 change: 0 additions & 1 deletion src/metatag/taxonomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import pandas as pd

from metatag.database.labelparsers import LabelParser
from metatag.utils import read_from_pickle_file, set_default_output_path


class Taxopath:
Expand Down
1 change: 1 addition & 0 deletions src/metatag/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import shutil
import string
import subprocess

# import sys
# import tarfile
from functools import partial
Expand Down

0 comments on commit 5528d9a

Please sign in to comment.