Skip to content

Bugfix/remove root level imports

Daniel Scheffler requested to merge bugfix/remove_root_level_imports into main

This removes the imports of the main classes on the root level to avoid issues when running the import test at conda-forge build time: https://github.com/conda-forge/enpt_enmapboxapp-feedstock/pull/4. Since QGIS and the EnMAP-Box are not packaged there, we need to workaround ModuleNotFoundErrors.

Merge request reports