mirror of
https://github.com/lutris/lutris.git
synced 2025-12-24 00:00:29 -05: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.