Add #noqa and #TODOs
This commit is contained in:
parent
372c5bb3e7
commit
b7d786e2c7
3 changed files with 10 additions and 5 deletions
|
|
@ -35,7 +35,7 @@ def test_create_html_for_search_results() -> None:
|
|||
reader.update_search()
|
||||
|
||||
# Get the HTML for the search results.
|
||||
search_results: Iterable[EntrySearchResult] = reader.search_entries("a", feed=feed)
|
||||
search_results: Iterable[EntrySearchResult] = reader.search_entries("a", feed=feed) # type: ignore
|
||||
|
||||
# Create the HTML and check if it is not empty.
|
||||
search_html: str = create_html_for_search_results(search_results, reader)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue