Fix line endings

This commit is contained in:
Matthias 2022-09-24 16:15:15 +02:00
parent 50dfde7048
commit 8d77ba118c
4 changed files with 2 additions and 4 deletions

View File

@ -94,4 +94,4 @@
"internals": { "internals": {
"process_throttle_secs": 5 "process_throttle_secs": 5
} }
} }

View File

@ -6,4 +6,3 @@ FROM ${sourceimage}:${sourcetag}
COPY requirements-freqai.txt /freqtrade/ COPY requirements-freqai.txt /freqtrade/
RUN pip install -r requirements-freqai.txt --user --no-cache-dir RUN pip install -r requirements-freqai.txt --user --no-cache-dir

View File

@ -19209,4 +19209,4 @@
} }
} }
] ]
} }

View File

@ -49,4 +49,3 @@ exclude =
__pycache__, __pycache__,
.eggs, .eggs,
user_data, user_data,