From 8d8149cfe57601654b2b0646101d3d0e639144fa Mon Sep 17 00:00:00 2001 From: Muayyad alsadi Date: Sun, 13 Mar 2022 10:12:36 +0300 Subject: [PATCH] fix pylint --- podman_compose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman_compose.py b/podman_compose.py index 1cd80d2..4d1d214 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -1701,7 +1701,7 @@ def compose_wait(compose, args): @cmd_run(podman_compose, "systemd") -def compose_systemd(compose, args): # pylint: disable=unused-argument +def compose_systemd(compose, args): # pylint: disable=unused-argument """ create systemd unit file and register its compose stacks