diff --git a/opendrift_leeway_webgui/simulation.py b/opendrift_leeway_webgui/simulation.py index 90c30d1..5674cd3 100644 --- a/opendrift_leeway_webgui/simulation.py +++ b/opendrift_leeway_webgui/simulation.py @@ -24,7 +24,7 @@ from matplotlib.collections import LineCollection from matplotlib.colors import ListedColormap -# pylint: disable=import-error +# pylint: disable=import-error, disable=no-name-in-module from opendrift.models.leeway import Leeway from opendrift.readers import reader_global_landmask