mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user