From 669756b391d26661cf2e2a97a304e73343ef6655 Mon Sep 17 00:00:00 2001 From: tassaron Date: Sun, 11 Jan 2026 14:29:58 -0500 Subject: update to Qt 6 and Pillow 12 and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major. --- src/tests/test_core_init.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/tests/test_core_init.py') diff --git a/src/tests/test_core_init.py b/src/tests/test_core_init.py index 438f7fe..950dc13 100644 --- a/src/tests/test_core_init.py +++ b/src/tests/test_core_init.py @@ -4,15 +4,15 @@ from ..core import Core def test_component_names(): core = Core() assert core.compNames == [ - 'Classic Visualizer', - 'Color', + "Classic Visualizer", + "Color", "Conway's Game of Life", - 'Image', - 'Sound', - 'Spectrum', - 'Title Text', - 'Video', - 'Waveform', + "Image", + "Sound", + "Spectrum", + "Title Text", + "Video", + "Waveform", ] -- cgit v1.2.3