Ruff formatting

This commit is contained in:
froggleston 2024-08-04 21:59:07 +01:00
parent cb4747aed2
commit 17dc41279c
No known key found for this signature in database
GPG Key ID: 06E6FE993078C22E

View File

@ -41,9 +41,7 @@ def print_rich_table(
if any(module in ["pytest", "ipykernel"] for module in sys.modules):
width = 200
console = Console(
width=width
)
console = Console(width=width)
console.print(table)
@ -79,7 +77,5 @@ def print_df_rich_table(
if any(module in ["pytest", "ipykernel"] for module in sys.modules):
width = 200
console = Console(
width=width
)
console = Console(width=width)
console.print(table)