diff --git a/stdlib/pstats.pyi b/stdlib/pstats.pyi index 3876fff5e188..10d817b59630 100644 --- a/stdlib/pstats.pyi +++ b/stdlib/pstats.pyi @@ -30,7 +30,6 @@ if sys.version_info >= (3, 9): @dataclass(unsafe_hash=True) class FunctionProfile: - # Note: the annotation in the CPython codebase is "int", but the annotation in CPython is wrong! See #8712 ncalls: str tottime: float percall_tottime: float