mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix type annotation of pstats.FunctionProfile.ncalls (#96741)
* fix: annotate `pstats.FunctionProfile.ncalls` as `str` This change aligns the type annotation of `pstats.FunctionProfile.ncalls` with its runtime type.
This commit is contained in:
parent
a83fdf2563
commit
8e9a37dde4
2 changed files with 2 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
Corrected type annotation for dataclass attribute ``pstats.FunctionProfile.ncalls`` to be ``str``.
|
||||
Loading…
Add table
Add a link
Reference in a new issue