Skip to content

Commit

Permalink
Unfreeze applicant class
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyingwucl committed Jan 21, 2025
1 parent 154940c commit fa7a1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shortlister/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ def __repr__(self) -> str:
return self.name


@dataclass(frozen=True)
@dataclass
class Applicant:
"""A property of Shortlist - contained within the attribute applicants(list of Applicant objects)."""

name: str = field(compare=True)
name: str
cv: Path
email: str
phone: str
Expand Down

0 comments on commit fa7a1b5

Please sign in to comment.