Skip to content

Commit e68e2ac

Browse files
committed
Remove unused custom hash method
1 parent 63bc0a6 commit e68e2ac

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • src/europython_discord/program_notifications

src/europython_discord/program_notifications/models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ class Session(BaseModel):
4545
website_url: str
4646
duration: int
4747

48-
def __hash__(self) -> int:
49-
return hash(self.code + str(self.start))
50-
5148

5249
class Speaker(BaseModel):
5350
"""Speaker of a Session."""

0 commit comments

Comments
 (0)