fatiando / rockhound

NOTICE: This library is no longer being developed. Use Ensaio instead (https://www.fatiando.org/ensaio). -- Download geophysical models/datasets and load them in Python
BSD 3-Clause "New" or "Revised" License
34 stars 15 forks source link

Disable pylint warning on __init__.py #65

Closed santisoler closed 4 years ago

santisoler commented 4 years ago

Disable import-outside-toplevel pylint warning on rockhound/init.py. The warning was raised because pylint was being imported outside toplevel. Inspired on fatiando/harmonica#105.

Reminders