fix usage of decrepted bytescale

This commit is contained in:
Alan L. V. Guedes
2021-07-26 16:49:08 +01:00
parent fed0542364
commit 1cc2f950e1
3 changed files with 5 additions and 6 deletions

View File

@@ -25,7 +25,6 @@
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"from scipy import fftpack\n",
"from scipy.misc import bytescale\n",
"import matplotlib.image as mpimg"
]
},