Skip to content

Commit

Permalink
isort update (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunwbell authored Feb 7, 2024
1 parent 25369ac commit 31f6e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/find_closest_ctd.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
import datetime
import sys

from _dbconfig.EcoFOCI_db_io import EcoFOCI_db_datastatus
import numpy as np
import EcoFOCIpy.math.haversine as sphered
import numpy as np
from _dbconfig.EcoFOCI_db_io import EcoFOCI_db_datastatus

__author__ = "Shaun Bell"
__email__ = "[email protected]"
Expand Down

0 comments on commit 31f6e87

Please sign in to comment.