My function calls aren't updating after I've edited them. I've assumed that I needed to reload() my module, however the reload function spits out an error. I'm testing my script on the console.
My PyCharm version is 2022.3.3 (Community Edition), and I'm running Python 3.7.
I've imported importlib.
from importlib import reload
reload(xxx)
xxx is my module name.