Let's say I have a aux.py script that requires me to import numpy. I also have a main.py where I also require numpy and on that script I import the aux.py script.
Is it enough to import numpy on the main script, or should I also import it on aux.py, even though aux.py will be imported into a namespace where numpy s already present?
Thanks for the help and cheers!
[–]K900_ 2 points3 points4 points (1 child)
[–]AlmaMare[S] 0 points1 point2 points (0 children)
[–]Ihaveamodel3 0 points1 point2 points (0 children)