style: Format all Python files with ruff
- Formatted 103 files to comply with ruff format requirements - No code logic changes, only formatting/whitespace - Fixes CI formatting check failures
This commit is contained in:
@@ -32,9 +32,9 @@ from .detector import ChangeDetector
|
||||
from .models import SyncConfig, ChangeReport, PageChange
|
||||
|
||||
__all__ = [
|
||||
'SyncMonitor',
|
||||
'ChangeDetector',
|
||||
'SyncConfig',
|
||||
'ChangeReport',
|
||||
'PageChange',
|
||||
"SyncMonitor",
|
||||
"ChangeDetector",
|
||||
"SyncConfig",
|
||||
"ChangeReport",
|
||||
"PageChange",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user