pstats: delete outdated comment (#8738)

The annotation in CPython was fixed thanks to @ruancomelli in https://github.com/python/cpython/pull/96741!
This commit is contained in:
Alex Waygood
2022-09-15 11:24:30 +01:00
committed by GitHub
parent 3e71efbc73
commit 8e718d4891

View File

@@ -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