Skip to content

Commit

Permalink
codetools
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed May 29, 2024
1 parent 3285062 commit 4b228dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_ship/sailship.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

from .costs import costs
from .instruments.argo_float import ArgoFloat, simulate_argo_floats
from .instruments.drifter import Drifter, simulate_drifters
from .instruments.ctd import CTDInstrument, simulate_ctd
from .instruments.drifter import Drifter, simulate_drifters
from .instruments.location import Location
from .postprocess import postprocess
from .virtual_ship_configuration import VirtualShipConfiguration
Expand Down

0 comments on commit 4b228dc

Please sign in to comment.