fixed flake8 lint errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user