style: format all Python files with Black
Apply Black formatter to the entire codebase for consistent code style. Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>
This commit is contained in:
@@ -19,13 +19,13 @@ from .constants import (
|
||||
from .utils import admin_only, require_session
|
||||
|
||||
__all__ = [
|
||||
'BaseTab',
|
||||
'WINDOW_SIZE',
|
||||
'MIN_WINDOW_SIZE',
|
||||
'POLL_INTERVAL_MS',
|
||||
'LOG_COLORS',
|
||||
'DEFAULT_FONT_FAMILY',
|
||||
'DEFAULT_FONT_SIZE',
|
||||
'admin_only',
|
||||
'require_session',
|
||||
"BaseTab",
|
||||
"WINDOW_SIZE",
|
||||
"MIN_WINDOW_SIZE",
|
||||
"POLL_INTERVAL_MS",
|
||||
"LOG_COLORS",
|
||||
"DEFAULT_FONT_FAMILY",
|
||||
"DEFAULT_FONT_SIZE",
|
||||
"admin_only",
|
||||
"require_session",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user