Skip to content

Commit

Permalink
Fix no-name-in-module in simulation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svenseeberg committed Jan 27, 2024
1 parent d489c2b commit c42901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendrift_leeway_webgui/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c42901e

Please sign in to comment.