Fix all errors and warnings
This commit is contained in:
parent
204f64049b
commit
504f1c5fe6
7 changed files with 58 additions and 67 deletions
|
|
@ -3,7 +3,7 @@ import tempfile
|
|||
from pathlib import Path
|
||||
from typing import Iterable
|
||||
|
||||
from reader import EntrySearchResult, Feed, Reader, make_reader
|
||||
from reader import EntrySearchResult, Feed, Reader, make_reader # type: ignore
|
||||
|
||||
from discord_rss_bot.search import create_html_for_search_results
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue