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

5 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-11-01 11:14 +0000

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

2__version__: str = "g683d3bc25d+82c7f25e87" 

3__repo_version__: str = "g683d3bc25d" 

4__fingerprint__: str = "0x0" 

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

6__all__ = ( 

7 "__version__", 

8 "__repo_version__", 

9 "__fingerprint__", 

10 "__dependency_versions__", 

11)