We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432c8c0 commit cd8f32aCopy full SHA for cd8f32a
1 file changed
diracx-tasks/src/diracx/tasks/depends.py
@@ -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