Skip to content

Commit

Permalink
umu_runtime: add ignore for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Nov 29, 2024
1 parent b60384d commit 5f3368b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion umu/umu_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ def _restore_umu_platformid(
runtime_base: Path,
runtime_ver: RuntimeVersion,
session_pools: SessionPools,
) -> None | str:
# Ignore the mypy error due to false positive Any return.
) -> None | str: # type: ignore
url: str = ""
_, http_pool = session_pools
codename, _ = runtime_ver
Expand Down

0 comments on commit 5f3368b

Please sign in to comment.