Files
stable/freqtrade/optimize
Simon Ebner f7926083ca Clean up unclosed file handles
Close all file handles that are left dangling to avoid warnings such as

```
ResourceWarning: unclosed file <_io.TextIOWrapper
name='...' mode='r' encoding='UTF-8'> params = json_load(filename.open('r'))
```
2021-10-24 23:15:05 +02:00
..
2021-04-15 21:38:20 +02:00
2021-10-20 07:46:15 +02:00
2021-10-21 07:45:15 +02:00