No need to use .get() for properties with default values

This commit is contained in:
Matthias
2023-07-12 18:27:46 +02:00
parent 5399253786
commit b593205ad9
7 changed files with 12 additions and 11 deletions
+1
View File
@@ -526,6 +526,7 @@ def get_default_conf(testdatadir):
"disableparamexport": True,
"internals": {},
"export": "none",
"dataformat_ohlcv": "feather",
"candle_type_def": CandleType.SPOT,
}
return configuration