Skip to content

Commit 4a8b3c3

Browse files
committed
make format
1 parent f67f684 commit 4a8b3c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/integration/image/test_plugin_image_upload.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
import pytest
1010

11-
from tests.integration.helpers import get_random_text, exec_failing_test_command, assert_headers_in_lines
11+
from tests.integration.helpers import (
12+
assert_headers_in_lines,
13+
exec_failing_test_command,
14+
get_random_text,
15+
)
1216

1317
REGION = "us-iad"
1418
BASE_CMD = ["linode-cli", "image-upload", "--region", REGION]

0 commit comments

Comments
 (0)