Skip to content

Commit cd8f32a

Browse files
committed
feat: add public diracx.tasks.depends module
Re-export NoTransaction from the plumbing layer so task authors can import from diracx.tasks.depends rather than reaching into plumbing internals.
1 parent 432c8c0 commit cd8f32a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""Public dependency injection markers for task authors."""
2+
3+
from __future__ import annotations
4+
5+
from diracx.tasks.plumbing.depends import NoTransaction
6+
7+
__all__ = ("NoTransaction",)

0 commit comments

Comments
 (0)