From f80086a15e4c81d96a1cb56e9a374e748e19f93a Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Tue, 19 Aug 2025 18:17:05 -0400 Subject: [PATCH] don't need structure for mouse buffer anymore --- Fruit_Jam/Fruit_Jam_PyPaint/code.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Fruit_Jam/Fruit_Jam_PyPaint/code.py b/Fruit_Jam/Fruit_Jam_PyPaint/code.py index e5e2bbc47..69503ffdd 100644 --- a/Fruit_Jam/Fruit_Jam_PyPaint/code.py +++ b/Fruit_Jam/Fruit_Jam_PyPaint/code.py @@ -16,7 +16,6 @@ Licensed under the MIT license. All text above must be included in any redistribution. """ -import array import gc import time import supervisor