Skip to content

Commit

Permalink
Remove extra class
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Oct 3, 2024
1 parent 02208e9 commit e08a0dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bioclip/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,6 @@ def create_classification_dict(names: List[List[str]], rank: Rank) -> dict[str,
def join_names(classification_dict: dict[str, str]) -> str:
return " ".join(classification_dict.values())

class PredictionNamer(object):
def __init__(self, rank: Rank):
self.rank = rank


class TreeOfLifeClassifier(BaseClassifier):
def __init__(self, **kwargs):
Expand Down

0 comments on commit e08a0dc

Please sign in to comment.