Skip to content

Commit 6679805

Browse files
committed
Work around lint
1 parent 1788491 commit 6679805

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-api/src/opentelemetry/util

1 file changed

+1
-1
lines changed

opentelemetry-api/src/opentelemetry/util/_time.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from sys import version_info
1717

1818
if version_info.minor < 7:
19-
getLogger(__name__).warning(
19+
getLogger(__name__).warning( # pylint: disable=logging-not-lazy
2020
"You are using Python version 3.%s. This version does not include a "
2121
"function to get timestamps in nanoseconds. The _time_ns function in "
2222
"opentelemetry.util._time does not have the same resolution as the "

0 commit comments

Comments
 (0)