Skip to content

Commit

Permalink
fix styling errors
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammed Tayeh <[email protected]>
  • Loading branch information
tayeh authored and muayyad-alsadi committed Aug 8, 2023
1 parent cb9cf60 commit 7942a54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,9 @@ def compose_kill(compose, args):


@cmd_run(
podman_compose, "stats", "Display percentage of CPU, memory, network I/O, block I/O and PIDs for services."
podman_compose,
"stats",
"Display percentage of CPU, memory, network I/O, block I/O and PIDs for services.",
)
def compose_stats(compose, args):
container_names_by_service = compose.container_names_by_service
Expand Down

0 comments on commit 7942a54

Please sign in to comment.