Import should work including InstrumentProviderConfig.
Actual Behavior
ImportableConfig is broken after method ImportableConfig added in develop branch. After the function being added it explicitly expects dict and gives hash error when InstrumentProviderConfig is added.
Bug Report
Expected Behavior
Import should work including InstrumentProviderConfig.
Actual Behavior
ImportableConfig is broken after method
ImportableConfig
added indevelop
branch. After the function being added it explicitly expects dict and gives hash error when InstrumentProviderConfig is added.Steps to Reproduce the Problem
Working config in Master branch
Expected config in Develop branch [not working when instrument_provider is added]
Specifications
nautilus_trader
version: 1.161 [develop]