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

@@ -8,7 +8,7 @@ from unittest.mock import MagicMock, patch
from datetime import datetime
import pandas as pd
from src.auto_save import AutoSaveManager
from thechart.core import AutoSaveManager
class TestAutoSaveManager: