Skip to content

Commit 5f59563

Browse files
committed
Black formatting fix
1 parent db17c85 commit 5f59563

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/unit/forklift/test_legacy.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -2677,7 +2677,7 @@ def storage_service_store(path, file_path, *, meta):
26772677
file_storage_hash[:2],
26782678
file_storage_hash[2:4],
26792679
file_storage_hash[4:],
2680-
filename + '.metadata',
2680+
filename + ".metadata",
26812681
]
26822682
),
26832683
mock.ANY,
@@ -2687,7 +2687,7 @@ def storage_service_store(path, file_path, *, meta):
26872687
"package-type": "bdist_wheel",
26882688
"python-version": "cp34",
26892689
},
2690-
)
2690+
),
26912691
]
26922692

26932693
# Ensure that a File object has been created.
@@ -2812,7 +2812,7 @@ def storage_service_store(path, file_path, *, meta):
28122812
file_storage_hash[:2],
28132813
file_storage_hash[2:4],
28142814
file_storage_hash[4:],
2815-
filename + '.metadata',
2815+
filename + ".metadata",
28162816
]
28172817
),
28182818
mock.ANY,
@@ -2822,7 +2822,7 @@ def storage_service_store(path, file_path, *, meta):
28222822
"package-type": "bdist_wheel",
28232823
"python-version": "cp34",
28242824
},
2825-
)
2825+
),
28262826
]
28272827

28282828
# Ensure that a File object has been created.

0 commit comments

Comments
 (0)