Skip to content

Commit eed9e98

Browse files
committed
import from another module
1 parent 9e79611 commit eed9e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/psutil/psutil/_psosx.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if sys.platform == "darwin":
7575
def sensors_battery() -> _common.sbattery | None: ...
7676

7777
net_io_counters = _psutil_osx.net_io_counters
78-
net_if_addrs = _psutil_osx.net_if_addrs
78+
net_if_addrs = _psposix.net_if_addrs
7979

8080
def net_connections(kind: str = "inet") -> list[_common.sconn]: ...
8181
def net_if_stats() -> dict[str, _common.snicstats]: ...

0 commit comments

Comments
 (0)