Skip to content

Commit a3a9825

Browse files
authored
Update script to use proper interlinks docs (#82)
1 parent 8adbc7d commit a3a9825

File tree

5 files changed

+362
-362
lines changed

5 files changed

+362
-362
lines changed

htmltools/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def __enter__(self) -> None:
583583
sys.displayhook = wrap_displayhook_handler(
584584
# self.append takes a TagChild, but the wrapper expects a function that
585585
# takes a object.
586-
self.append # pyright: ignore[reportGeneralTypeIssues]
586+
self.append # pyright: ignore[reportArgumentType]
587587
)
588588

589589
def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:

0 commit comments

Comments
 (0)