Adam
Adam
It seems like Mypy is expecting there to be an `__init__.py` file in the opentelemetry directory I've experimented with adding an empty `__init__.py` file to the root opentelemetry directory and...
Actually, there appear to be quite a few `__init__.py` files missing And I think I'm beginning to see that there might be a problem with the fact that the main...
Hi @srikanthccv, thank you for directing me to that information. So is it expected that anyone pulling opentelemetry into their project will need to run mypy with this `--namespace-packages` argument...
Thank you so much @srikanthccv, I added that to my configuration and now mypy is able to resolve all of the imports from opentelemetry-python!
Messing around with it locally, it looks like there is still a problem with loading `my_module` from my test classes with hammett even if I get the test classes to...