We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1788491 commit 6679805Copy full SHA for 6679805
opentelemetry-api/src/opentelemetry/util/_time.py
@@ -16,7 +16,7 @@
16
from sys import version_info
17
18
if version_info.minor < 7:
19
- getLogger(__name__).warning(
+ getLogger(__name__).warning( # pylint: disable=logging-not-lazy
20
"You are using Python version 3.%s. This version does not include a "
21
"function to get timestamps in nanoseconds. The _time_ns function in "
22
"opentelemetry.util._time does not have the same resolution as the "
0 commit comments