From bb2338e44736697fa0f50990847d45fc7b12e629 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Fri, 8 Mar 2024 23:54:48 +0200 Subject: [PATCH] Fix unsorted imports This is a logical merge conflict that has been caused by several PRs landing in parallel. Signed-off-by: Povilas Kanapickas --- pytests/test_container_to_args.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytests/test_container_to_args.py b/pytests/test_container_to_args.py index e055765f..12a916dd 100644 --- a/pytests/test_container_to_args.py +++ b/pytests/test_container_to_args.py @@ -2,6 +2,7 @@ import unittest from unittest import mock + from podman_compose import container_to_args