Skip to content

Commit 5274a16

Browse files
committed
tests: update snapshots
1 parent 016e9db commit 5274a16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

quartodoc/tests/__snapshots__/test_renderers.ambr

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
```python
77
tests.example_signature.a_complex_signature(
8-
x: list[C | int | None]
9-
y: pathlib.Pathlib
10-
z
8+
x: list[C | int | None],
9+
y: pathlib.Pathlib,
10+
z,
1111
)
1212
```
1313

@@ -26,9 +26,9 @@
2626

2727
```python
2828
tests.example_signature.a_complex_signature(
29-
x: list[C | int | None]
30-
y: pathlib.Pathlib
31-
z
29+
x: list[C | int | None],
30+
y: pathlib.Pathlib,
31+
z,
3232
)
3333
```
3434

0 commit comments

Comments
 (0)