remove unnecessary blank lines in health and service command files
All checks were successful
Lint Code / lint (push) Successful in 47s
CI/CD Pipeline / lint (push) Successful in 0s
Run Tests / test (3.12) (push) Successful in 2m48s
Run Tests / test (3.13) (push) Successful in 2m40s
CI/CD Pipeline / test (push) Successful in 0s
CI/CD Pipeline / build-and-release (push) Has been skipped
CI/CD Pipeline / notify (push) Successful in 1s
All checks were successful
Lint Code / lint (push) Successful in 47s
CI/CD Pipeline / lint (push) Successful in 0s
Run Tests / test (3.12) (push) Successful in 2m48s
Run Tests / test (3.13) (push) Successful in 2m40s
CI/CD Pipeline / test (push) Successful in 0s
CI/CD Pipeline / build-and-release (push) Has been skipped
CI/CD Pipeline / notify (push) Successful in 1s
This commit is contained in:
parent
3b59994fc9
commit
129785706c
@ -4,7 +4,6 @@ pyserve health - Check health of services
|
|||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
import click
|
import click
|
||||||
|
|||||||
@ -4,7 +4,6 @@ pyserve start/stop/restart - Service management commands
|
|||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from typing import Any, Dict
|
from typing import Any, Dict
|
||||||
|
|
||||||
import click
|
import click
|
||||||
|
|||||||
@ -11,6 +11,7 @@ from typing import TYPE_CHECKING, Optional
|
|||||||
|
|
||||||
import click
|
import click
|
||||||
|
|
||||||
|
from .. import __version__
|
||||||
from .commands import (
|
from .commands import (
|
||||||
config_cmd,
|
config_cmd,
|
||||||
down_cmd,
|
down_cmd,
|
||||||
@ -26,8 +27,6 @@ from .commands import (
|
|||||||
up_cmd,
|
up_cmd,
|
||||||
)
|
)
|
||||||
|
|
||||||
from .. import __version__
|
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from ..config import Config
|
from ..config import Config
|
||||||
from .state import StateManager
|
from .state import StateManager
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user