(lines: typing.Iterable[str])
| 11 | |
| 12 | |
| 13 | def remove_date_header(lines: typing.Iterable[str]) -> typing.Iterable[str]: |
| 14 | return [line for line in lines if not line.startswith(class="st">"date:")] |
| 15 | |
| 16 | |
| 17 | def test_help(): |
no outgoing calls
no test coverage detected