Skip to content

Commit

Permalink
Update script to use proper interlinks docs (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Jan 24, 2024
1 parent 8adbc7d commit a3a9825
Show file tree
Hide file tree
Showing 5 changed files with 362 additions and 362 deletions.
2 changes: 1 addition & 1 deletion htmltools/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def __enter__(self) -> None:
sys.displayhook = wrap_displayhook_handler(
# self.append takes a TagChild, but the wrapper expects a function that
# takes a object.
self.append # pyright: ignore[reportGeneralTypeIssues]
self.append # pyright: ignore[reportArgumentType]
)

def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
Expand Down
Loading

0 comments on commit a3a9825

Please sign in to comment.