mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-09 13:54:59 +02:00
Fix unsorted imports
This is a logical merge conflict that has been caused by several PRs landing in parallel. Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
from unittest import mock
|
from unittest import mock
|
||||||
|
|
||||||
from podman_compose import container_to_args
|
from podman_compose import container_to_args
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user