Skip to content

Commit 1f56fe1

Browse files
committed
add missing in windows
1 parent e62c466 commit 1f56fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/psutil/psutil/_psutil_windows.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if sys.platform == "win32":
6666
def proc_info(
6767
pid: int, /
6868
) -> tuple[int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int]: ...
69-
def boot_time() -> float: ...
69+
def uptime() -> float: ...
7070
def cpu_count_cores() -> int | None: ...
7171
def cpu_count_logical() -> int | None: ...
7272
def cpu_freq() -> tuple[int, int]: ...

0 commit comments

Comments
 (0)