Treewide: MyPy type fixes

Signed-off-by: Luis Garcia <git@luigi311.com>
This commit is contained in:
Luis Garcia
2025-03-07 23:24:33 +00:00
parent 5b644a54a2
commit e6fa8ae745
11 changed files with 177 additions and 106 deletions

View File

@@ -16,7 +16,7 @@ def log_marked(
movie_show: str,
episode: str | None = None,
duration: float | None = None,
):
) -> None:
output = f"{server_type}/{server_name}/{username}/{library}/{movie_show}"
if episode: