Skip to content

Commit c55531c

Browse files
committed
Please pyright in strict mode
1 parent b91c5d0 commit c55531c

File tree

1 file changed

+2
-0
lines changed
  • opamp/opentelemetry-opamp-client/src/opentelemetry/_opamp

1 file changed

+2
-0
lines changed

opamp/opentelemetry-opamp-client/src/opentelemetry/_opamp/messages.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# limitations under the License.
1414

1515
# pylint: disable=no-name-in-module
16+
# FIXME: remove this after _opamp -> opamp, making this helpers public is not enough for pyright
17+
# type: ignore[reportUnusedFunction]
1618

1719
from __future__ import annotations
1820

0 commit comments

Comments
 (0)