mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Ruff formatting
This commit is contained in:
parent
cb4747aed2
commit
17dc41279c
|
@ -41,9 +41,7 @@ def print_rich_table(
|
||||||
if any(module in ["pytest", "ipykernel"] for module in sys.modules):
|
if any(module in ["pytest", "ipykernel"] for module in sys.modules):
|
||||||
width = 200
|
width = 200
|
||||||
|
|
||||||
console = Console(
|
console = Console(width=width)
|
||||||
width=width
|
|
||||||
)
|
|
||||||
console.print(table)
|
console.print(table)
|
||||||
|
|
||||||
|
|
||||||
|
@ -79,7 +77,5 @@ def print_df_rich_table(
|
||||||
if any(module in ["pytest", "ipykernel"] for module in sys.modules):
|
if any(module in ["pytest", "ipykernel"] for module in sys.modules):
|
||||||
width = 200
|
width = 200
|
||||||
|
|
||||||
console = Console(
|
console = Console(width=width)
|
||||||
width=width
|
|
||||||
)
|
|
||||||
console.print(table)
|
console.print(table)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user