Skip to content

Commit c60b22c

Browse files
committed
Linting again
1 parent 40fe921 commit c60b22c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pysurfex/interpolation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ def gridpos2points(
326326
)
327327

328328

329-
def grid2points(grid,
329+
def grid2points(
330+
grid,
330331
points,
331332
grid_values,
332333
operator="bilinear",

0 commit comments

Comments
 (0)