Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rich_objects/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ def rich_table_factory(

def display(
obj: Any,
fmt: OutputFormat,
style: OutputStyle,
fmt: OutputFormat = OutputFormat.TABLE,
style: OutputStyle = OutputStyle.ALL,
indent: int = 2,
columns: Optional[list[str]] = None,
console: Optional[Console] = None,
Expand Down
Loading