lsst.pipe.tasks
g59f6dce098+3183d04c56
Loading...
Searching...
No Matches
python
lsst
pipe
tasks
configurableActions.py
Go to the documentation of this file.
1
import
warnings
2
3
warnings.warn(
4
"lsst.pipe.tasks.configurableActions is deprecated; "
5
"it has been moved to lsst.pex.config.configurableActions. "
6
"Accessing though lsst.pipe.tasks will be removed from "
7
"Science Pipelines after release 26.0.0"
,
8
category=FutureWarning
9
)
10
11
from
lsst.pex.config.configurableActions
import
*
# noqa: F401 E402, F403
lsst::pex::config.configurableActions
Generated on Thu Mar 30 2023 03:34:26 for lsst.pipe.tasks by
1.9.5