Skip to content

Commit a84f78f

Browse files
committed
move debug to the correct place
oops
1 parent 7c1b819 commit a84f78f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

stubs/psutil/psutil/_psbsd.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ from psutil._common import (
1111
ZombieProcess as ZombieProcess,
1212
conn_tmap as conn_tmap,
1313
conn_to_ntuple as conn_to_ntuple,
14-
debug as debug,
1514
memoize as memoize,
1615
pio,
1716
usage_percent as usage_percent,

stubs/psutil/psutil/_psosx.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if sys.platform == "darwin":
1111
ZombieProcess as ZombieProcess,
1212
conn_tmap as conn_tmap,
1313
conn_to_ntuple as conn_to_ntuple,
14+
debug as debug,
1415
isfile_strict as isfile_strict,
1516
memoize_when_activated as memoize_when_activated,
1617
parse_environ_block as parse_environ_block,

0 commit comments

Comments
 (0)