Skip to content

Commit

Permalink
removed old exception
Browse files Browse the repository at this point in the history
  • Loading branch information
diitaz93 committed Jan 13, 2025
1 parent 5f031b7 commit c242592
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cg/services/order_validation_service/errors/sample_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ def __init__(self, sample_index: int, allowed_interval: tuple[float, float]):
super(SampleError, self).__init__(sample_index=sample_index, field=field, message=message)


class MutantSampleNameNotUniqueError(SampleError):
field: str = "name"
message: str = "Non-control sample name must be unique"


class PoolApplicationError(SampleError):
def __init__(self, sample_index: int, pool_name: str):
field: str = "application"
Expand Down

0 comments on commit c242592

Please sign in to comment.