summaryrefslogtreecommitdiffstats
path: root/third_party/python/taskcluster_taskgraph/taskgraph/transforms/__init__.py
blob: 4fa7b5fc0c1d01649c6f50c83e280a9e934efc36 (plain)
1
2
3
from taskgraph.transforms import (  # noqa: Added for backwards compat
    notify as release_notifications,
)