fix(#370): add mypy import-untyped ignore for mosaicstack_telemetry
All checks were successful
ci/woodpecker/push/coordinator Pipeline was successful
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user