You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the signatures of both _heapq.heapify and _heapq.heapify_max, the _T type variable, an alias to _typeshed.SupportsRichComparisonT, can be replaced with _typeshed.SupportsRichComparison because they are used only once.
In the signatures of both
_heapq.heapifyand_heapq.heapify_max, the_Ttype variable, an alias to_typeshed.SupportsRichComparisonT, can be replaced with_typeshed.SupportsRichComparisonbecause they are used only once.