lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
530 stars 190 forks source link

Fix pgzero/game.py:5:1: F401 'builtins' imported but unused #255

Closed cclauss closed 3 years ago

cclauss commented 3 years ago

Fix GitHub Actions which are now failing because of changes made in https://github.com/lordmauve/pgzero/commit/9fe032577c93fd89be2b844be45d951bbabb08dd

lordmauve commented 3 years ago

Thanks. I need to get on top of these Github actions.