Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254392a commit e759325Copy full SHA for e759325
1 file changed
lib/matplotlib/numerix/_sp_imports.py
@@ -1,11 +1,10 @@
1
# Not sure why all the equivalences don't exist ...
2
-from scipy import (
3
- Int8, UnsignedInt8,
4
- Int16, UnsignedInt16,
5
- Int32, uint32,
6
- Float32, Float64,
7
- Complex32, Complex64,
8
- Float, Int, Complex)
+from scipy import Int8, UnsignedInt8, \
+ Int16, UnsignedInt16, \
+ Int32, uint32, \
+ Float32, Float64, \
+ Complex32, Complex64, \
+ Float, Int, Complex
9
10
UInt8 = UnsignedInt8
11
UInt16 = UnsignedInt16
@@ -26,5 +25,5 @@ class _TypeNamespace:
26
25
27
nx = _TypeNamespace()
28
29
-from scipy import (inf, infty, Infinity)
+from scipy import inf, infty, Infinity
30
infinity = Infinity
0 commit comments