Coverage for python/lsst/ap/association/version.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.14.1, created at 2026-06-12 07:55 +0000

1# -------- This file is automatically generated by LSST's sconsUtils -------- # 

2__version__: str = "gaf23fd0d8a+40d0eaef11" 

3__repo_version__: str = "gaf23fd0d8a" 

4__fingerprint__: str = "0x0" 

5__dependency_versions__: dict[str, str | None] = {} 

6__all__ = ( 

7 "__dependency_versions__", 

8 "__fingerprint__", 

9 "__repo_version__", 

10 "__version__", 

11)