Skip to content

Commit 3cccc90

Browse files
Reformat for optimal line length
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 998474d commit 3cccc90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/collections/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ def __ror__(self, other):
360360

361361
_nmtuple_classcell_sentinel = object()
362362

363-
def _namedtuple(typename, field_names, *, rename=False, defaults=None, module=None, classcell=_nmtuple_classcell_sentinel):
363+
def _namedtuple(typename, field_names, *, rename=False, defaults=None, module=None,
364+
classcell=_nmtuple_classcell_sentinel):
364365
# Validate the field names. At the user's option, either generate an error
365366
# message or automatically replace the field name with a valid name.
366367
if isinstance(field_names, str):

0 commit comments

Comments
 (0)