Coverage for install/scipp/format/__init__.py: 0%
2 statements
« prev ^ index » next coverage.py v7.6.1, created at 2024-11-17 01:51 +0000
« prev ^ index » next coverage.py v7.6.1, created at 2024-11-17 01:51 +0000
1# ruff: noqa: F403
3from .formatter import format_variable
5__all__ = ["format_variable"]