Fix import formatting

Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
Povilas Kanapickas
2024-03-08 23:46:19 +02:00
parent 16a90e2bce
commit b0da6f82d3
11 changed files with 42 additions and 35 deletions

View File

@ -8,11 +8,13 @@ Tests the podman compose up and down commands used to create and remove services
# pylint: disable=redefined-outer-name
import os
import unittest
from parameterized import parameterized
from .test_podman_compose import podman_compose_path
from .test_podman_compose import test_path
from .test_utils import RunSubprocessMixin
from parameterized import parameterized
import unittest
def profile_compose_file():