[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
parent
60b6766c60
commit
053f2c093d
@ -1089,7 +1089,11 @@ def sync_do_slice(
|
||||
end = offset + (slice_number + 1) * items_per_slice
|
||||
tmp = seq[start:end]
|
||||
|
||||
if fill_with is not None and slices_with_extra and slice_number >= slices_with_extra:
|
||||
if (
|
||||
fill_with is not None
|
||||
and slices_with_extra
|
||||
and slice_number >= slices_with_extra
|
||||
):
|
||||
tmp.append(fill_with)
|
||||
|
||||
yield tmp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user