The whole configuration __init__.py is type ignored:
|
# FIXME find a better way to avoid all those "Expression has type "Any"" errors |
|
# type: ignore |
This file was created when loader.py was removed in #466 (which closes #313), but introduced new typing issues.
- remove the type ignore
- fix the type errors
- upgrade mypy to most recent 0.770
The whole configuration
__init__.pyis type ignored:opentelemetry-python/opentelemetry-api/src/opentelemetry/configuration/__init__.py
Lines 15 to 16 in ce269a3
This file was created when
loader.pywas removed in #466 (which closes #313), but introduced new typing issues.