style: apply ruff auto-fixes

This commit is contained in:
2026-01-19 03:14:30 -08:00
parent 3ab122a55d
commit a961ac3ce7
72 changed files with 2477 additions and 2871 deletions

View File

@@ -1,12 +1,9 @@
from textual.app import ComposeResult
from textual.screen import ModalScreen
from textual.containers import Container, Horizontal, Vertical, ScrollableContainer
from textual.widgets import Static, Button, Input, Label, ListView, ListItem, Rule, OptionList, Footer, Select
from textual.widgets import Static, Button, Input, Label, ListView, ListItem, Rule, Select
from textual import on, work
from textual.message import Message
from typing import Dict, Any, List, Optional
import os
import json
from typing import Any
from pathlib import Path
from SYS.config import load_config, save_config, global_config