"linz-data-importer" should be "linz_data_importer" to be a valid Python module directory name. This should avoid the pylint:disable=invalid-name in __init__.py and allow us to move the from .linz_data_importer import LinzDataImporter import to the top of the file.
"linz-data-importer" should be "linz_data_importer" to be a valid Python module directory name. This should avoid the
pylint:disable=invalid-namein__init__.pyand allow us to move thefrom .linz_data_importer import LinzDataImporterimport to the top of the file.