Imported but unused in python [closed]

In python, when you import a library, it is expected to be utilized in the code blocks. Hence, as it obviously states, you may have imported these but have not used all of them. Besides that being the obvious warning, your imports should have been import numpy as np NOT bumpy. And remove the unnecessary … Read more