diff --git a/quartodoc/tests/__snapshots__/test_renderers.ambr b/quartodoc/tests/__snapshots__/test_renderers.ambr index 0d99ba9..6a1625c 100644 --- a/quartodoc/tests/__snapshots__/test_renderers.ambr +++ b/quartodoc/tests/__snapshots__/test_renderers.ambr @@ -5,9 +5,9 @@ ```python tests.example_signature.a_complex_signature( - x: list[C | int | None] - y: pathlib.Pathlib - z + x: list[C | int | None], + y: pathlib.Pathlib, + z, ) ``` @@ -26,9 +26,9 @@ ```python tests.example_signature.a_complex_signature( - x: list[C | int | None] - y: pathlib.Pathlib - z + x: list[C | int | None], + y: pathlib.Pathlib, + z, ) ```