()
| 1624 | |
| 1625 | |
| 1626 | def _black_info() -> str: |
| 1627 | return ( |
| 1628 | f"Black {__version__} on " |
| 1629 | f"Python ({platform.python_implementation()}) {platform.python_version()}" |
| 1630 | ) |
| 1631 | |
| 1632 | |
| 1633 | def assert_equivalent(src: str, dst: str) -> None: |
no outgoing calls
no test coverage detected