Skip to content

Commit 1e3e391

Browse files
authored
Merge pull request #1404 from p12tic/fix-ruff
Fix ruff formatting on some missed files
2 parents 1572b3d + 1436af5 commit 1e3e391

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ __pycache__/
88

99
# Distribution / packaging
1010
.Python
11-
build/
11+
/build/
1212
develop-eggs/
1313
dist/
1414
downloads/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+

tests/integration/build/git_url_context/test_podman_compose_build_git_url_context.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SPDX-License-Identifier: GPL-2.0
22

33
import os
4-
from parameterized import parameterized
54
import unittest
65

6+
from parameterized import parameterized
7+
8+
from tests.integration.test_utils import RunSubprocessMixin
79
from tests.integration.test_utils import podman_compose_path
810
from tests.integration.test_utils import test_path
9-
from tests.integration.test_utils import RunSubprocessMixin
1011

1112

1213
def compose_yaml_path():

tests/integration/build/test_podman_compose_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
import requests
77

8+
from tests.integration.test_utils import RunSubprocessMixin
89
from tests.integration.test_utils import podman_compose_path
910
from tests.integration.test_utils import test_path
10-
from tests.integration.test_utils import RunSubprocessMixin
1111

1212

1313
def compose_yaml_path():

0 commit comments

Comments
 (0)