Skip to content

Commit 4f59c54

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 400851b commit 4f59c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/diffpy/morph/morphs/morphsqueeze.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
"""Class MorphSqueeze -- Apply a polynomial to squeeze the morph
22
function."""
33

4+
import warnings
5+
46
import numpy as np
57
from numpy.polynomial import Polynomial
68
from scipy.interpolate import CubicSpline
7-
import warnings
89

910
from diffpy.morph.morphs.morph import LABEL_GR, LABEL_RA, Morph
1011

0 commit comments

Comments
 (0)