lsst.base
g52b1c1532d+772f6ae910
LSST Data Management Base Package
Loading...
Searching...
No Matches
python
lsstimport.py
Go to the documentation of this file.
1
import
warnings
2
3
4
warnings.warn(
5
"lsstimport has been a no-op since v19.0 and will be removed after "
6
"v27.0. Please remove the import from your __init__.py."
,
7
category=FutureWarning,
8
stacklevel=2
9
)
Generated on Fri Mar 1 2024 11:51:22 for lsst.base by
1.10.0