Skip to content

Commit ecfcd72

Browse files
committed
clean
1 parent 1885a97 commit ecfcd72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/io/formats/printing.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ class TableSchemaFormatter(BaseFormatter):
272272

273273

274274
def format_object_summary(obj, formatter, is_justify=True, name=None,
275-
trailing_comma=True,
276-
truncated_trailing_newline=True):
275+
trailing_comma=True):
277276
"""
278277
Return the formatted obj as a unicode string
279278

0 commit comments

Comments
 (0)