mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
ruff format: update scripts
This commit is contained in:
@@ -10,5 +10,5 @@ so it can be used as a standalone script.
|
||||
from freqtrade_client.ft_client import main
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user