mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-02 12:21:08 +00:00
Ruff formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user