reverted memory optimization in strategy_resolver

This commit is contained in:
Jonathan Raviotta 2019-09-11 23:14:18 -04:00
parent e9d4bfadb7
commit 0477e7938d
2 changed files with 4 additions and 2 deletions

View File

@ -23,6 +23,8 @@ class StrategyResolver(IResolver):
This class contains all the logic to load custom strategy class This class contains all the logic to load custom strategy class
""" """
__slots__ = ['strategy']
def __init__(self, config: Optional[Dict] = None) -> None: def __init__(self, config: Optional[Dict] = None) -> None:
""" """
Load the custom class from config parameter Load the custom class from config parameter

View File

@ -282,9 +282,9 @@
"metadata": { "metadata": {
"file_extension": ".py", "file_extension": ".py",
"kernelspec": { "kernelspec": {
"display_name": "Python [conda env:freqtrade]", "display_name": "Python 3",
"language": "python", "language": "python",
"name": "conda-env-freqtrade-py" "name": "python3"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {