fix(shadow_eval): import Final for the test helper's annotation

This commit is contained in:
moe-berri 2026-09-05 09:49:00 -07:00
parent 03da725ee4
commit 0b3687ec56

View file

@ -3,6 +3,7 @@ the detached pipeline's single attempt-row write, and the cache-first job lookup
import asyncio
from datetime import datetime, timedelta, timezone
from typing import Final
from unittest.mock import AsyncMock, MagicMock
import pytest