Skip to content

Commit 429bfda

Browse files
make format
1 parent 06898eb commit 429bfda

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

linode_api4/objects/linode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ def _serialize(self):
19201920
def _expand_placement_group_assignment(
19211921
pg: Union[
19221922
InstancePlacementGroupAssignment, "PlacementGroup", Dict[str, Any], int
1923-
]
1923+
],
19241924
) -> Optional[Dict[str, Any]]:
19251925
"""
19261926
Expands the placement group argument into a dict for use in an API request body.

test/integration/models/image/test_image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def image_upload_url(test_linode_client):
3232
@pytest.fixture(scope="session")
3333
def test_uploaded_image(test_linode_client):
3434
test_image_content = (
35-
b"\x1F\x8B\x08\x08\xBD\x5C\x91\x60\x00\x03\x74\x65\x73\x74\x2E\x69"
36-
b"\x6D\x67\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00"
35+
b"\x1f\x8b\x08\x08\xbd\x5c\x91\x60\x00\x03\x74\x65\x73\x74\x2e\x69"
36+
b"\x6d\x67\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00"
3737
)
3838

3939
label = get_test_label() + "_image"

test/unit/objects/image_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
# A minimal gzipped image that will be accepted by the API
1010
TEST_IMAGE_CONTENT = (
11-
b"\x1F\x8B\x08\x08\xBD\x5C\x91\x60\x00\x03\x74\x65\x73\x74\x2E\x69"
12-
b"\x6D\x67\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00"
11+
b"\x1f\x8b\x08\x08\xbd\x5c\x91\x60\x00\x03\x74\x65\x73\x74\x2e\x69"
12+
b"\x6d\x67\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00"
1313
)
1414

1515

0 commit comments

Comments
 (0)