mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Improve odering of things in ft-client
This commit is contained in:
parent
bd49ad6420
commit
127f61ccb9
|
@ -1,10 +1,7 @@
|
|||
from freqtrade_client.ft_rest_client import FtRestClient
|
||||
|
||||
|
||||
__all__ = ['FtRestClient']
|
||||
|
||||
|
||||
__version__ = '2024.3-dev'
|
||||
__version__ = '2024.3-dev1'
|
||||
|
||||
if 'dev' in __version__:
|
||||
from pathlib import Path
|
||||
|
@ -25,3 +22,5 @@ if 'dev' in __version__:
|
|||
__version__ = f"docker-{__version__}-{versionfile.read_text()[:8]}"
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
__all__ = ['FtRestClient']
|
||||
|
|
Loading…
Reference in New Issue
Block a user