Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Sep 27, 2023
1 parent 89d5926 commit 0f2957e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion papyri/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ def old_render_one(
*,
current_type,
backrefs,
parts=(),
parts: Dict[str, List[Tuple[str, str]]],
parts_links=(),
graph="{}",
meta,
Expand Down Expand Up @@ -1256,6 +1256,7 @@ async def _ascii_render(key: Key, store: GraphStore, known_refs=None, template=N

return old_render_one(
store,
parts={},
current_type="API",
meta=meta,
template=template,
Expand Down

0 comments on commit 0f2957e

Please sign in to comment.