Skip to content

Commit

Permalink
Fix isort/black conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
svenseeberg committed Jan 30, 2024
1 parent b824044 commit 0627116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opendrift_leeway_webgui/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
import cartopy.crs as ccrs
import matplotlib.pyplot as plt
import numpy as np

# pylint: disable=import-error
from cartopy.mpl import gridliner
from matplotlib import ticker
from matplotlib.collections import LineCollection
from matplotlib.colors import ListedColormap

# 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 0627116

Please sign in to comment.