pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
849 stars 140 forks source link

Fix pylint undefined usage error in sysfont #2858

Closed ankith26 closed 4 months ago

ankith26 commented 4 months ago

Fixes the recent pylint fails, by moving around the conditional imports to the functions where they are actually invoked.

Starbuck5 commented 4 months ago

This PR makes me grumpy, I’m tired of package updates breaking our CI over and over.

So I’d hope something like this can be used- https://github.com/pygame-community/pygame-ce/pull/2699