Skip to content

Commit cceffbe

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/virtualship/instruments/ship_underwater_st.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from typing import ClassVar
33

44
import numpy as np
5-
65
from parcels import ParticleSet, ScipyParticle, Variable
6+
77
from virtualship.instruments.base import Instrument
88
from virtualship.instruments.types import InstrumentType
99
from virtualship.utils import add_dummy_UV, register_instrument

0 commit comments

Comments
 (0)