dataslots icon indicating copy to clipboard operation
dataslots copied to clipboard

Mypy/pyright errors on python <3.11 for dataslots.dataclass

Open starhel opened this issue 2 years ago • 0 comments

Errors preview:

tests/test_backport.py:23: error: Too many arguments for "A"  [call-arg]
tests/test_backport.py:23: error: Unsupported left operand type for > ("A")  [operator]

starhel avatar Mar 28 '23 14:03 starhel