lsst.base
g53246c7159+b0138be388
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 Apr 17 2026 08:38:27 for lsst.base by
1.13.2