Skip to content

Commit

Permalink
Remove bleeding edge syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 18, 2022
1 parent b154fa4 commit 64f321b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eko/interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def raw(self) -> np.ndarray:
def size(self) -> int:
return self.grid.size

def tolist(self) -> list[float]:
def tolist(self) -> list:
return self.raw.tolist()


Expand Down

0 comments on commit 64f321b

Please sign in to comment.