Skip to content

Commit

Permalink
STY: Fix KDTree import ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl committed Oct 19, 2024
1 parent 21e1b24 commit f5bc49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metpy/interpolate/points.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import numpy as np
from scipy.interpolate import griddata, Rbf
from scipy.spatial import KDTree, ConvexHull, Delaunay, QhullError
from scipy.spatial import ConvexHull, Delaunay, KDTree, QhullError

from . import geometry, tools
from ..package_tools import Exporter
Expand Down

0 comments on commit f5bc49d

Please sign in to comment.