fix(ci): restore TaskSpec re-export with noqa — tests import from here
This commit is contained in:
parent
81e8a2f467
commit
380a20a6f8
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ from typing import Callable, Optional
|
|||
|
||||
from circuitforge_core.tasks.scheduler import (
|
||||
LocalScheduler as _CoreTaskScheduler,
|
||||
TaskSpec, # noqa: F401 — re-exported as part of public API; tests import from here
|
||||
)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue