Skip to content

Commit

Permalink
Fix import ordering with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Nov 6, 2024
1 parent cf40756 commit 12a9564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gsw/tests/test_geostrophy.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import os

import numpy as np
from numpy.testing import (assert_allclose, assert_almost_equal,
assert_array_equal)
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 12a9564

Please sign in to comment.