mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-01 17:43:06 +00:00
chore: ruff format updates
This commit is contained in:
@@ -12,6 +12,6 @@ def test_startup_time():
|
||||
start = time.time()
|
||||
subprocess.run(["freqtrade", "-h"])
|
||||
elapsed = time.time() - start
|
||||
assert (
|
||||
elapsed < MAXIMUM_STARTUP_TIME
|
||||
), "The startup time is too long, try to use lazy import in the command entry function"
|
||||
assert elapsed < MAXIMUM_STARTUP_TIME, (
|
||||
"The startup time is too long, try to use lazy import in the command entry function"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user