Run ruff format changes and finalize indentation and lint fixes.
This commit is contained in:
+5
-10
@@ -1,11 +1,6 @@
|
||||
"""Legacy shim for ThemeManager.
|
||||
# Deprecated legacy shim. Use 'thechart.ui.theme_manager' instead.
|
||||
from __future__ import annotations
|
||||
|
||||
This preserves backward compatibility for imports like:
|
||||
from theme_manager import ThemeManager
|
||||
|
||||
Canonical implementation lives in: thechart.ui.theme_manager
|
||||
"""
|
||||
|
||||
from thechart.ui.theme_manager import ThemeManager # noqa: F401
|
||||
|
||||
__all__ = ["ThemeManager"]
|
||||
raise ImportError(
|
||||
"src.theme_manager is removed. Import from 'thechart.ui.theme_manager'."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user