Skip to content

Commit 75dd36c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a2bee0d commit 75dd36c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/virtualship/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
import numpy as np
1616
import pyproj
1717
import xarray as xr
18-
1918
from parcels import FieldSet
19+
2020
from virtualship.errors import CopernicusCatalogueError
2121

2222
if TYPE_CHECKING:

tests/expedition/test_expedition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import pyproj
77
import pytest
88
import xarray as xr
9-
109
from parcels import FieldSet
10+
1111
from virtualship.errors import InstrumentsConfigError, ScheduleError
1212
from virtualship.models import (
1313
Expedition,

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import numpy as np
55
import pytest
66
import xarray as xr
7+
from parcels import FieldSet
78

89
import virtualship.utils
9-
from parcels import FieldSet
1010
from virtualship.instruments.types import InstrumentType
1111
from virtualship.models.expedition import Expedition
1212
from virtualship.models.location import Location

0 commit comments

Comments
 (0)