run ruff in CI
All checks were successful
CI/CD / build (push) Successful in 9m19s

This commit is contained in:
2024-11-28 20:23:54 +01:00
parent f5308f06ab
commit c021ee45b9
3 changed files with 23 additions and 20 deletions

View File

@@ -3,7 +3,6 @@ import math
from typing import List, Tuple
from PySide6.QtWidgets import QGraphicsItemGroup
from random import randint
from grid.ui.items import SphereGraphicsItem, ArcGraphicsItem, LineGraphicsItem