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

5 statements  

« prev     ^ index     » next       coverage.py v7.2.1, created at 2023-03-12 10:44 +0000

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

2__version__ = "g865756303c+4930ea751a" 

3__repo_version__ = "g865756303c" 

4__fingerprint__ = "0x0" 

5__dependency_versions__ = {} 

6__all__ = ( 

7 "__version__", 

8 "__repo_version__", 

9 "__fingerprint__", 

10 "__dependency_versions__", 

11)