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
+3 -3
View File
@@ -8,6 +8,6 @@ New code should import from `thechart.validation`.
from __future__ import annotations
from thechart.validation import InputValidator
__all__ = ["InputValidator"]
raise ImportError(
"src.input_validator is removed. Import from 'thechart.validation.input_validator'."
)