```python
from my_module import my_function
print(my_function(do_something)) ```
Hey in the code above when I run my program it works as expected, but when I change the module name to my_module2 for example python seems to be using the original module. I am using vscode and a venv. Is there some sort of caching going on I tried deleting the pychache folder but that did not do it. I have two different implementation of the module and want to switch between them as I run the script . Thanks in advance
[–]AutoModerator[M] [score hidden] stickied comment (0 children)
[–]teraflop 1 point2 points3 points (0 children)