Skip to content

Remove potentially missing imports

Rosen Matev requested to merge rm-fix-import into master

Some configurables can be disabled in the build with ifdefs and when this happens importing the module fails. Since the two configurables in question are not used, the imports are removed.

This should fix the failing test in MooreOnline

Merge request reports