Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Nov 9, 2018
1 parent 1885a97 commit ecfcd72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/io/formats/printing.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ class TableSchemaFormatter(BaseFormatter):


def format_object_summary(obj, formatter, is_justify=True, name=None,
trailing_comma=True,
truncated_trailing_newline=True):
trailing_comma=True):
"""
Return the formatted obj as a unicode string
Expand Down

0 comments on commit ecfcd72

Please sign in to comment.