mirror of
https://github.com/lutris/lutris.git
synced 2026-02-20 00:04:41 -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.