lsst.base g98ffbb4407+8dbed4964d
LSST Data Management Base Package
Loading...
Searching...
No Matches
lsstimport.py
Go to the documentation of this file.
1import warnings
2
3
4warnings.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)