Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup diff
  • Loading branch information
ariebovenberg committed Jan 10, 2022
commit e6f9966d9c4439bc2d29d2ac864c3619f660cc8f
1 change: 0 additions & 1 deletion Lib/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@ def __repr__(self):

class _TypeVarLike:
"""Mixin for TypeVar-like types (TypeVar and ParamSpec)."""

def __init__(self, bound, covariant, contravariant):
"""Used to setup TypeVars and ParamSpec's bound, covariant and
contravariant attributes.
Expand Down