Skip to content

Commit 3fb1e6c

Browse files
authored
Apply suggestion from @eendebakpt
1 parent 73b9a45 commit 3fb1e6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/collections/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ def namedtuple(typename, field_names, *, rename=False, defaults=None, module=Non
452452

453453
@classmethod
454454
def _make(cls, iterable):
455-
#print(f'_make: {cls=} {iterable}')
456455
result = tuple_new(cls, iterable)
457456
if _len(result) != num_fields:
458457
raise TypeError(f'Expected {num_fields} arguments, got {len(result)}')

0 commit comments

Comments
 (0)