Run Black
This commit is contained in:
@ -36,16 +36,7 @@ from fastapi import FastAPI, Form, Request
|
||||
from fastapi.responses import HTMLResponse
|
||||
from fastapi.staticfiles import StaticFiles
|
||||
from fastapi.templating import Jinja2Templates
|
||||
from reader import (
|
||||
Entry,
|
||||
EntryCounts,
|
||||
EntrySearchCounts,
|
||||
EntrySearchResult,
|
||||
Feed,
|
||||
FeedCounts,
|
||||
Reader,
|
||||
TagNotFoundError,
|
||||
)
|
||||
from reader import Entry, EntryCounts, EntrySearchCounts, EntrySearchResult, Feed, FeedCounts, Reader, TagNotFoundError
|
||||
from starlette.responses import RedirectResponse
|
||||
from starlette.templating import _TemplateResponse # noqa
|
||||
|
||||
|
@ -5,11 +5,7 @@ import tempfile
|
||||
from platformdirs import user_data_dir
|
||||
from reader import Reader
|
||||
|
||||
from discord_rss_bot.settings import (
|
||||
data_dir,
|
||||
get_db_location,
|
||||
get_reader,
|
||||
)
|
||||
from discord_rss_bot.settings import data_dir, get_db_location, get_reader
|
||||
|
||||
|
||||
def test_get_db_location() -> None:
|
||||
|
Reference in New Issue
Block a user