Skip to content

Commit 21aa1d3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 97344ed commit 21aa1d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/logo.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ jupytext:
44
extension: .md
55
format_name: myst
66
format_version: 0.13
7-
jupytext_version: 1.14.5
7+
jupytext_version: 1.19.1
88
kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
1111
name: python3
12-
execution:
13-
timeout: 300
1412
---
1513

1614
```{code-cell} ipython3
@@ -168,7 +166,7 @@ def animate_png(folder=None, nseconds=15):
168166
169167
170168
def save_webp(fname_webp, ims):
171-
(im, *_ims) = ims
169+
im, *_ims = ims
172170
im.save(
173171
fname_webp,
174172
save_all=True,

0 commit comments

Comments
 (0)