Run Black

This commit is contained in:
Joakim Hellsén 2023-01-10 17:19:06 +01:00
commit b0e9e80b14
No known key found for this signature in database
GPG key ID: C889E6DC5EDBB36D
2 changed files with 2 additions and 15 deletions

View file

@ -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