Skip to content

Commit

Permalink
Added frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Jun 3, 2024
1 parent 7a958f8 commit a5ab65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/regtech_data_validator/validation_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ class ValidationPhase(StrEnum):
LOGICAL = "Logical"


@dataclass
@dataclass(frozen=True)
class ValidationResults(object):
single_field_count: int
multi_field_count: int
register_count: int
is_valid: bool
findings: pd.DataFrame
phase: ValidationPhase = None
phase: ValidationPhase

0 comments on commit a5ab65a

Please sign in to comment.