Run ruff format changes and finalize indentation and lint fixes.

This commit is contained in:
William Valentin
2025-08-09 12:10:16 -07:00
parent 9cec07e9f6
commit 9a5a2f0022
68 changed files with 1272 additions and 4301 deletions

View File

@@ -1,6 +1,6 @@
import pytest
import tkinter as tk
from src.ui_manager import UIManager
from thechart.ui import UIManager
@pytest.fixture
def root_window():