Skip to content

Fix relative imports

Enrique Garcia requested to merge fix_relative_imports into open_license_checker

All imports from the zenodo package are imported as from eossr.api import <submodule>. Imo, it is not important, and it just makes things more complicated, if you are importing from api/ossr.py or api/zenodo/zenodo.py

Merge request reports