Skip to content

Commit 4dbaf72

Browse files
committed
remove new methods from imports
1 parent 24971ad commit 4dbaf72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stubs/psutil/psutil/_psutil_osx.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ if sys.platform == "darwin":
1717
net_if_flags as net_if_flags,
1818
net_if_is_running as net_if_is_running,
1919
net_if_mtu as net_if_mtu,
20-
proc_priority_get as proc_priority_get,
21-
proc_priority_set as proc_priority_set,
2220
)
2321

2422
_T = TypeVar("_T")

0 commit comments

Comments
 (0)