mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 17:08:35 +08:00
fix(cli): suppress expected click typing warning
This commit is contained in:
+1
-1
@@ -1213,7 +1213,7 @@ def restart(start_timeout: int, stop_timeout: int, force: bool) -> None:
|
||||
click.echo(f"Frontend URL: {_frontend_base_url(frontend_result['runtime'])}")
|
||||
|
||||
|
||||
@cli.command("apply-prepared-update", hidden=True, context_settings=CONTEXT_SETTINGS)
|
||||
@cli.command("apply-prepared-update", hidden=True, context_settings=CONTEXT_SETTINGS) # type: ignore[misc]
|
||||
def apply_prepared_update() -> None:
|
||||
"""由 Docker root 更新 worker 应用已确认的下载制品。"""
|
||||
from app.adapters.system.update import system_update_manager
|
||||
|
||||
Reference in New Issue
Block a user