@@ -241,7 +241,7 @@ def _evalf_(self, x, **kwargs):
241241 from sage .rings .real_mpfr import RR
242242 from sage .rings .cc import CC
243243 from sage .functions .other import real , imag
244- from scipy .special import airy as airy
244+ from scipy .special import airy
245245 if x in RR :
246246 y = airy (real (x ))[0 ]
247247 if parent is None :
@@ -341,7 +341,7 @@ def _evalf_(self, x, **kwargs):
341341 from sage .rings .real_mpfr import RR
342342 from sage .rings .cc import CC
343343 from sage .functions .other import real , imag
344- from scipy .special import airy as airy
344+ from scipy .special import airy
345345 if x in RR :
346346 y = airy (real (x ))[1 ]
347347 if parent is None :
@@ -680,7 +680,7 @@ def _evalf_(self, x, **kwargs):
680680 from sage .rings .real_mpfr import RR
681681 from sage .rings .cc import CC
682682 from sage .functions .other import real , imag
683- from scipy .special import airy as airy
683+ from scipy .special import airy
684684 if x in RR :
685685 y = airy (real (x ))[2 ]
686686 if parent is None :
@@ -782,7 +782,7 @@ def _evalf_(self, x, **kwargs):
782782 from sage .rings .real_mpfr import RR
783783 from sage .rings .cc import CC
784784 from sage .functions .other import real , imag
785- from scipy .special import airy as airy
785+ from scipy .special import airy
786786 if x in RR :
787787 y = airy (real (x ))[3 ]
788788 if parent is None :
0 commit comments