Skip to content

Commit

Permalink
Apply isort to fix import format
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Nov 6, 2024
1 parent 3bd5d3f commit cf40756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gsw/tests/test_geostrophy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import os

import numpy as np
from numpy.testing import assert_almost_equal, assert_array_equal, assert_allclose
from numpy.testing import (assert_allclose, assert_almost_equal,
assert_array_equal)

import gsw
from gsw._utilities import Bunch
Expand Down

0 comments on commit cf40756

Please sign in to comment.