Coverage for install/scipp/format/__init__.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.4.0, created at 2024-04-28 01:28 +0000

1# ruff: noqa: F403 

2 

3from .formatter import format_variable 

4 

5__all__ = ["format_variable"]