|
I use a Is there something I have misconfigured or fail to configure to have suggestions in test files? TIA |
Answered by
doolio
Oct 12, 2024
Replies: 1 comment
|
It seems if I specify it as follows I get suggestions again. from src.<my_package>.<my_module> import <thing>Anyone know if I can avoid this but still maintain the |
0 replies
Answer selected by
doolio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems if I specify it as follows I get suggestions again.
Anyone know if I can avoid this but still maintain the
srclayout?