fix(history): Adding return type

This commit is contained in:
Ben Neil 2025-09-14 10:32:29 -06:00
parent 54cf4bc40f
commit a77518d41a
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ def _delete_history_urls(urls: list[str]) -> None:
@cmdutils.register()
def history_clear_site(url: str, force: bool = False):
def history_clear_site(url: str, force: bool = False) -> None:
"""Clear browsing history for a specific site.
Args: