yanyongyu/githubkit

Bug: dataclass compatibility for py38

RF-Tar-Railt opened this issue · 1 comments

python3.8版本中,dataclass并未提供slots关键字,而代码中多次使用了dataclass(slots=True),会导致在3.8环境下运行代码失败

确实没有注意到这个问题