lsst.base
g52b1c1532d+dd679e6018
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 Tue Feb 27 2024 11:43:05 for lsst.base by
1.10.0