Skip to content

Commit

Permalink
Fix pgzero/game.py:5:1: F401 'builtins' imported but unused
Browse files Browse the repository at this point in the history
GitHub Actions are now failing because of changes made in 9fe0325
  • Loading branch information
cclauss authored and lordmauve committed May 16, 2021
1 parent 4f5fcf8 commit 8d65d72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pgzero/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import operator
import time
import asyncio
import builtins

import pygame
import pgzero.clock
Expand Down

0 comments on commit 8d65d72

Please sign in to comment.