Skip to content

Commit 7c1b819

Browse files
committed
fix applied suggestions missing import
1 parent 5237f09 commit 7c1b819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/psutil/psutil/_psutil_posix.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import sys
2+
from _typeshed import Incomplete
23
from typing import Final
34

45
if sys.platform == "linux":

0 commit comments

Comments
 (0)