fix comparison of dataclasses with InitVar

This commit is contained in:
Anthony Sottile
2022-04-08 17:00:31 -04:00
parent 539a5d70f2
commit 8fa775bcee
4 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1 @@
Fix comparison of ``dataclasses`` with ``InitVar``.