Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Sep 27, 2023
1 parent c842960 commit 0d1cf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papyri/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ async def _route_data(self, ref, version, known_refs):
async def _route(
self,
ref: str,
version: str = None,
version: Optional[str] = None,
):
assert not ref.endswith(".html")
assert version is not None
Expand Down

0 comments on commit 0d1cf2c

Please sign in to comment.