(config: Config)
| 62 | |
| 63 | |
| 64 | def validate_assertion_text_diff_style(config: Config) -> None: |
| 65 | get_assertion_text_diff_style(config) |
| 66 | |
| 67 | |
| 68 | def format_explanation(explanation: str) -> str: |
nothing calls this directly
no test coverage detected
searching dependent graphs…