mirror of
https://github.com/lutris/lutris.git
synced 2026-05-19 04:07:24 -04:00
My MyPy complains about the use of a Python 3.9 feature (why?) and then does not detect any type errors! I fix the test so MyPy will detect my actual type annotation error. And then I fix that.