diff --git a/stdlib/3/runpy.pyi b/stdlib/3/runpy.pyi index e27849d9c..c5eceab87 100644 --- a/stdlib/3/runpy.pyi +++ b/stdlib/3/runpy.pyi @@ -18,5 +18,5 @@ class _ModifiedArgv0: def run_module( mod_name: str, init_globals: Optional[Dict[str, Any]] = ..., run_name: Optional[str] = ..., alter_sys: bool = ... -) -> None: ... -def run_path(path_name: str, init_globals: Optional[Dict[str, Any]] = ..., run_name: str = ...) -> None: ... +) -> Dict[str, Any]: ... +def run_path(path_name: str, init_globals: Optional[Dict[str, Any]] = ..., run_name: str = ...) -> Dict[str, Any]: ...