Skip to content

Commit 7c3c2b7

Browse files
committed
Format with black
1 parent cee3da8 commit 7c3c2b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_external_class.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ def test_populate(schema_ext, mock_stores):
3636
image = schema_external.Image()
3737
image.populate()
3838
remaining, total = image.progress()
39-
assert total == len(schema_external.Dimension() * schema_external.Seed()) and remaining == 0
39+
assert (
40+
total == len(schema_external.Dimension() * schema_external.Seed())
41+
and remaining == 0
42+
)
4043
for img, neg, dimensions in zip(
4144
*(image * schema_external.Dimension()).fetch("img", "neg", "dimensions")
4245
):

0 commit comments

Comments
 (0)