chore: Apply ruff formatting (import order, extra blank line)

This commit is contained in:
2026-03-21 15:51:14 -07:00
parent 66f4957c24
commit b28cd154c7
2 changed files with 1 additions and 2 deletions

View File

@@ -99,7 +99,6 @@ class PygameDisplay:
self.width = width
self.height = height
try:
import pygame
except ImportError: