Coverage for src/flag_gems/patches/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.6.9, created at 2026-03-22 16:54 +0800
« prev ^ index » next coverage.py v7.6.9, created at 2026-03-22 16:54 +0800
1from flag_gems.patches.patch_vllm_all import apply_gems_patches_to_vllm
3__all__ = [
4 "apply_gems_patches_to_vllm",
5]
7assert __all__ == sorted(__all__)