fix(#370): add mypy import-untyped ignore for mosaicstack_telemetry
All checks were successful
ci/woodpecker/push/coordinator Pipeline was successful

The mosaicstack-telemetry package lacks py.typed marker. Add type
ignore comment consistent with other import sites.

Refs #370

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-15 02:16:44 -06:00
parent 248f711571
commit 2eafa91e70

View File

@@ -16,7 +16,7 @@ from __future__ import annotations
import logging import logging
from typing import TYPE_CHECKING from typing import TYPE_CHECKING
from mosaicstack_telemetry import ( from mosaicstack_telemetry import ( # type: ignore[import-untyped]
Complexity, Complexity,
EventBuilder, EventBuilder,
Harness, Harness,