Skip to content

Commit

Permalink
Fix html rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Nov 12, 2023
1 parent 8c38baf commit 85d4c90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions papyri/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,6 @@ async def _write_api_file(
random.shuffle(gfiles)
if config.ascii:
env, template = _ascii_env()
else:
env, template = None, None
for _, key in progress(gfiles, description="Rendering API..."):
module, version = key.module, key.version
if config.ascii:
Expand Down

0 comments on commit 85d4c90

Please sign in to comment.