biqqles / dataclassy

A fast and flexible reimplementation of data classes
https://pypi.org/project/dataclassy
Mozilla Public License 2.0
81 stars 9 forks source link

fix(#39): ensure that `hint.__args__` is not None #40

Closed fubuloubu closed 3 years ago

fubuloubu commented 3 years ago

fixes: #39

fubuloubu commented 3 years ago

p.s. confirmed locally that this change fixes my issue

biqqles commented 3 years ago

Thanks, I decided to do this slightly differently to my previous suggestion.