Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken import of
aiida.manage.configuration.Config
A recent release of `aiida-core` removed the import of `Config` directly from the module `aiida.manage.configuration` causing the tests to fail. It should now be imported from `aiida.manage.configuration.config.Config`.
- Loading branch information