Coverage for python / lsstimport.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-14 23:26 +0000

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)