Coverage for src/flag_gems/patches/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.6.9, created at 2026-03-20 02:31 +0800

1from flag_gems.patches.patch_vllm_all import apply_gems_patches_to_vllm 

2 

3__all__ = [ 

4 "apply_gems_patches_to_vllm", 

5] 

6 

7assert __all__ == sorted(__all__)