Skip to content

Commit

Permalink
load console always
Browse files Browse the repository at this point in the history
  • Loading branch information
lalmei committed Dec 22, 2024
1 parent 352e469 commit 9a98a92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agml/data/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ def summary(self):
as `print(loader.info.summary())`, just `loader.info.summary()`.
"""

if not console:
console = Console()
console = Console()

table = Table(title="Dataset Summary")

Expand Down

0 comments on commit 9a98a92

Please sign in to comment.