We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bc0a6 commit e68e2acCopy full SHA for e68e2ac
1 file changed
src/europython_discord/program_notifications/models.py
@@ -45,9 +45,6 @@ class Session(BaseModel):
45
website_url: str
46
duration: int
47
48
- def __hash__(self) -> int:
49
- return hash(self.code + str(self.start))
50
-
51
52
class Speaker(BaseModel):
53
"""Speaker of a Session."""
0 commit comments