Skip to content

Commit

Permalink
Update nxtransformations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock authored Nov 28, 2022
1 parent 6da95b3 commit c19bc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scippnexus/nxtransformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
try:
from scipp.scipy import interpolate
except ImportError: # scipp<22.11
import scipp.interpolate
from scipp import interpolate
from .nxobject import Field, NXobject, ScippIndex


Expand Down

0 comments on commit c19bc10

Please sign in to comment.