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
+1 -1
View File
@@ -4,7 +4,6 @@ pyserve health - Check health of services
import asyncio
from pathlib import Path
from typing import Optional
import click
@@ -60,6 +59,7 @@ def health_cmd(ctx, services: tuple, timeout: int, output_format: str):
return
from rich.table import Table
from ..output import format_health
table = Table(show_header=True, header_style="bold")