deathbeds / poser

dysfunctional programming in python
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Update the dataclasses api #2

Closed tonyfast closed 6 years ago

tonyfast commented 6 years ago

Dataclasses changed their hashing syntax. Use dataclass(unsafe_hash=True) to hash each composition.