lsst.base
g52b1c1532d+585e252eca
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 19 2024 10:36:45 for lsst.base by
1.10.0