You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
The text was updated successfully, but these errors were encountered:
"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 thefrom .linz_data_importer import LinzDataImporter
import to the top of the file.The text was updated successfully, but these errors were encountered: