fixed flake8 lint errors

This commit is contained in:
Илья Глазунов
2025-12-04 03:06:58 +03:00
parent cec6e927a7
commit 7662a7924a
17 changed files with 62 additions and 84 deletions
+5 -4
View File
@@ -65,12 +65,13 @@ async def _run_dashboard(
refresh_interval: float,
no_color: bool,
):
from rich.live import Live
from rich.table import Table
from rich.panel import Panel
from rich.layout import Layout
from rich.live import Live
from rich.panel import Panel
from rich.table import Table
from rich.text import Text
from ..output import console, format_uptime, format_bytes
from ..output import console, format_bytes, format_uptime
try:
import psutil