Skip to content
Prev Previous commit
Next Next commit
Nit
  • Loading branch information
AlexWaygood committed Jun 5, 2023
commit d54c06bdfba2fa34e2e3b52794d6a492de0776df
1 change: 0 additions & 1 deletion Lib/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2689,7 +2689,6 @@ def _make_nmtuple(name, types, module, defaults = ()):


class NamedTupleMeta(type):

def __new__(cls, typename, bases, ns):
assert _NamedTuple in bases
for base in bases:
Expand Down