Fixes for python linting

This commit is contained in:
ZodiusInfuser 2021-04-23 11:10:55 +01:00 committed by Phil Howard
parent 16106d5596
commit 7b0823d867
1 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,5 @@
import time, random
import time
import random
from breakout_colourlcd240x240 import BreakoutColourLCD240x240
width = BreakoutColourLCD240x240.WIDTH
@ -19,6 +20,7 @@ class Ball:
self.dy = dy
self.pen = pen
# initialise shapes
balls = []
for i in range(0, 100):