Skip to content

Commit 340db4a

Browse files
[psutil] Add cache_clear to psutil.process_iter typing
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 61dd90e commit 340db4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stubs/psutil/@tests/test_cases/check_process_iter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
# Test type annotations work correctly
2525
from collections.abc import Iterator
26-
from typing import Any
2726

2827
processes: Iterator[psutil.Process] = psutil.process_iter()
2928
processes_with_attrs: Iterator[psutil.Process] = psutil.process_iter(attrs=["pid"])

0 commit comments

Comments
 (0)